Html Css Color HEX #016EAE Cerulean

📋 copy color: '#016EAE'

red 1 ◦ green 110 ◦ blue 174

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

Shades of Cerulean #016EAE

Tints of Cerulean #016EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 0.35%
G = 38.6%
B = 61.05%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#016EAE (or 0x016EAE) is known color: Cerulean. HEX triplet: 01, 6E and AE. RGB value is (1,110,174). Sum of RGB (Red+Green+Blue) = 1+110+174=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #016EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EAE is #FE9151. Grayscale: #545454. Windows color (decimal): -16683346 or 11431425. OLE color: 11431425.

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

Color convert

RGB 1 110 174 -
CMYK 0.99 0.37 0 0.32
HSL 202.2º 0.99% 0.34% -
HSV(B) 202.2º 0.99% 0.68% -
XYZ 13.23 14.21 42.09 -
YUV 84.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 1 110 174 0.99 0.37 0 0.32 202.2 0.99 0.34
Hex 1 6E AE 63 25 0 20 CA 63 22
Octal 1 156 256 143 45 0 40 312 143 42
Binary 1 1101110 10101110 1100011 100101 0 100000 11001010 1100011 100010

Color Harmonies of #016EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EAE

Black with #016EAE

Text Example


Text Example

White with #016EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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