Html Css Color HEX #016AAE Cerulean

📋 copy color: '#016AAE'

red 1 ◦ green 106 ◦ blue 174

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

Shades of Cerulean #016AAE

Tints of Cerulean #016AAE

RGB

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

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

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

R = 0.36%
G = 37.72%
B = 61.92%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#016AAE (or 0x016AAE) is known color: Cerulean. HEX triplet: 01, 6A and AE. RGB value is (1,106,174). Sum of RGB (Red+Green+Blue) = 1+106+174=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #016AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAE is #FE9551. Grayscale: #515151. Windows color (decimal): -16684370 or 11430401. OLE color: 11430401.

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

Color convert

RGB 1 106 174 -
CMYK 0.99 0.39 0 0.32
HSL 203.58º 0.99% 0.34% -
HSV(B) 203.58º 0.99% 0.68% -
XYZ 12.81 13.37 41.95 -
YUV 82.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 1 106 174 0.99 0.39 0 0.32 203.58 0.99 0.34
Hex 1 6A AE 63 27 0 20 CC 63 22
Octal 1 152 256 143 47 0 40 314 143 42
Binary 1 1101010 10101110 1100011 100111 0 100000 11001100 1100011 100010

Color Harmonies of #016AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AAE

Black with #016AAE

Text Example


Text Example

White with #016AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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