Html Css Color HEX #016AAB Cerulean

📋 copy color: '#016AAB'

red 1 ◦ green 106 ◦ blue 171

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

Shades of Cerulean #016AAB

Tints of Cerulean #016AAB

RGB

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

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

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

R = 0.36%
G = 38.13%
B = 61.51%

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

#016AAB (or 0x016AAB) is known color: Cerulean. HEX triplet: 01, 6A and AB. RGB value is (1,106,171). Sum of RGB (Red+Green+Blue) = 1+106+171=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #016AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAB is #FE9554. Grayscale: #515151. Windows color (decimal): -16684373 or 11233793. OLE color: 11233793.

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

Color convert

RGB 1 106 171 -
CMYK 0.99 0.38 0 0.33
HSL 202.94º 0.99% 0.34% -
HSV(B) 202.94º 0.99% 0.67% -
XYZ 12.52 13.25 40.43 -
YUV 82.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 1 106 171 0.99 0.38 0 0.33 202.94 0.99 0.34
Hex 1 6A AB 63 26 0 21 CB 63 22
Octal 1 152 253 143 46 0 41 313 143 42
Binary 1 1101010 10101011 1100011 100110 0 100001 11001011 1100011 100010

Color Harmonies of #016AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AAB

Black with #016AAB

Text Example


Text Example

White with #016AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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