Html Css Color HEX #2017AB Ultramarine

📋 copy color: '#2017AB'

red 32 ◦ green 23 ◦ blue 171

#2017AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2017AB

Tints of Ultramarine #2017AB

RGB

 RED value IS 32 (12.89% from 255) = 14.16%

 GREEN value IS 23 (9.38% from 255) = 10.18%

 BLUE value IS 171 (67.19% from 255) = 75.66%

R = 14.16%
G = 10.18%
B = 75.66%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2017AB (or 0x2017AB) is known color: Ultramarine. HEX triplet: 20, 17 and AB. RGB value is (32,23,171). Sum of RGB (Red+Green+Blue) = 32+23+171=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #2017AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2017AB is #DFE854. Grayscale: #292929. Windows color (decimal): -14674005 or 11212576. OLE color: 11212576.

HSL color Cylindrical-coordinate representation of color #2017AB: hue angle of 243.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2017AB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 23 171 -
CMYK 0.81 0.87 0 0.33
HSL 243.65º 0.76% 0.38% -
HSV(B) 243.65º 0.87% 0.67% -
XYZ 8.25 3.86 38.84 -
YUV 42.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 32 23 171 0.81 0.87 0 0.33 243.65 0.76 0.38
Hex 20 17 AB 51 57 0 21 F4 4C 26
Octal 40 27 253 121 127 0 41 364 114 46
Binary 100000 10111 10101011 1010001 1010111 0 100001 11110100 1001100 100110

Color Harmonies of #2017AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2017AB

Black with #2017AB

Text Example


Text Example

White with #2017AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2017AB; }

 p { color: rgb(32,23,171); }

 H1.HeaderClassName
 {
   color: #2017AB;
 }
 .AnyTagClassName
 {
   color: #2017AB;
 }
</style>

background-color css

<style>
 a { background-color: #2017AB; }

 a { background-color: rgb(32,23,171); }

 div.DivClassName
 {
   background-color: #2017AB;
 }
 .BgClassName
 {
   background-color: #2017AB;
 }
</style>

border-color css

<style>
 span { border-color: #2017AB; }

 span { border-color: rgb(32,23,171); }

 td.TdClassName
 {
   border-color: #2017AB;
 }
 .TagClassName
 {
   border-color: #2017AB;
 }
</style>