Html Css Color HEX #016EAC Cerulean

📋 copy color: '#016EAC'

red 1 ◦ green 110 ◦ blue 172

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

Shades of Cerulean #016EAC

Tints of Cerulean #016EAC

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 110 (43.36% from 255) = 38.87%

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 0.35%
G = 38.87%
B = 60.78%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#016EAC (or 0x016EAC) is known color: Cerulean. HEX triplet: 01, 6E and AC. RGB value is (1,110,172). Sum of RGB (Red+Green+Blue) = 1+110+172=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #016EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EAC is #FE9153. Grayscale: #545454. Windows color (decimal): -16683348 or 11300353. OLE color: 11300353.

HSL color Cylindrical-coordinate representation of color #016EAC: hue angle of 201.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EAC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 110 172 -
CMYK 0.99 0.36 0 0.33
HSL 201.75º 0.99% 0.34% -
HSV(B) 201.75º 0.99% 0.67% -
XYZ 13.03 14.14 41.07 -
YUV 84.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 1 110 172 0.99 0.36 0 0.33 201.75 0.99 0.34
Hex 1 6E AC 63 24 0 21 CA 63 22
Octal 1 156 254 143 44 0 41 312 143 42
Binary 1 1101110 10101100 1100011 100100 0 100001 11001010 1100011 100010

Color Harmonies of #016EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EAC

Black with #016EAC

Text Example


Text Example

White with #016EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016EAC; }

 p { color: rgb(1,110,172); }

 H1.HeaderClassName
 {
   color: #016EAC;
 }
 .AnyTagClassName
 {
   color: #016EAC;
 }
</style>

background-color css

<style>
 a { background-color: #016EAC; }

 a { background-color: rgb(1,110,172); }

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

border-color css

<style>
 span { border-color: #016EAC; }

 span { border-color: rgb(1,110,172); }

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