Html Css Color HEX #016AAA Cerulean

📋 copy color: '#016AAA'

red 1 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #016AAA

Tints of Cerulean #016AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 0.36%
G = 38.27%
B = 61.37%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#016AAA (or 0x016AAA) is known color: Cerulean. HEX triplet: 01, 6A and AA. RGB value is (1,106,170). Sum of RGB (Red+Green+Blue) = 1+106+170=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #016AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAA is #FE9555. Grayscale: #515151. Windows color (decimal): -16684374 or 11168257. OLE color: 11168257.

HSL color Cylindrical-coordinate representation of color #016AAA: hue angle of 202.72º 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 #016AAA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 106 170 -
CMYK 0.99 0.38 0 0.33
HSL 202.72º 0.99% 0.34% -
HSV(B) 202.72º 0.99% 0.67% -
XYZ 12.42 13.22 39.93 -
YUV 81.9 177.71 70.3 -
System Red Green Blue C M Y K H S L
Decimal 1 106 170 0.99 0.38 0 0.33 202.72 0.99 0.34
Hex 1 6A AA 63 26 0 21 CB 63 22
Octal 1 152 252 143 46 0 41 313 143 42
Binary 1 1101010 10101010 1100011 100110 0 100001 11001011 1100011 100010

Color Harmonies of #016AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AAA

Black with #016AAA

Text Example


Text Example

White with #016AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,106,170); }

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

background-color css

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

 a { background-color: rgb(1,106,170); }

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

border-color css

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

 span { border-color: rgb(1,106,170); }

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