Html Css Color HEX #016DAA Cerulean

📋 copy color: '#016DAA'

red 1 ◦ green 109 ◦ blue 170

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

Shades of Cerulean #016DAA

Tints of Cerulean #016DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.93%

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

R = 0.36%
G = 38.93%
B = 60.71%

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

#016DAA (or 0x016DAA) is known color: Cerulean. HEX triplet: 01, 6D and AA. RGB value is (1,109,170). Sum of RGB (Red+Green+Blue) = 1+109+170=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #016DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DAA is #FE9255. Grayscale: #535353. Windows color (decimal): -16683606 or 11169025. OLE color: 11169025.

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

Color convert

RGB 1 109 170 -
CMYK 0.99 0.36 0 0.33
HSL 201.66º 0.99% 0.34% -
HSV(B) 201.66º 0.99% 0.67% -
XYZ 12.74 13.85 40.03 -
YUV 83.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 1 109 170 0.99 0.36 0 0.33 201.66 0.99 0.34
Hex 1 6D AA 63 24 0 21 CA 63 22
Octal 1 155 252 143 44 0 41 312 143 42
Binary 1 1101101 10101010 1100011 100100 0 100001 11001010 1100011 100010

Color Harmonies of #016DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DAA

Black with #016DAA

Text Example


Text Example

White with #016DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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