Html Css Color HEX #016BAE Cerulean

📋 copy color: '#016BAE'

red 1 ◦ green 107 ◦ blue 174

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

Shades of Cerulean #016BAE

Tints of Cerulean #016BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

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

R = 0.35%
G = 37.94%
B = 61.7%

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

#016BAE (or 0x016BAE) is known color: Cerulean. HEX triplet: 01, 6B and AE. RGB value is (1,107,174). Sum of RGB (Red+Green+Blue) = 1+107+174=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #016BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BAE is #FE9451. Grayscale: #525252. Windows color (decimal): -16684114 or 11430657. OLE color: 11430657.

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

Color convert

RGB 1 107 174 -
CMYK 0.99 0.39 0 0.32
HSL 203.24º 0.99% 0.34% -
HSV(B) 203.24º 0.99% 0.68% -
XYZ 12.91 13.58 41.98 -
YUV 82.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 1 107 174 0.99 0.39 0 0.32 203.24 0.99 0.34
Hex 1 6B AE 63 27 0 20 CB 63 22
Octal 1 153 256 143 47 0 40 313 143 42
Binary 1 1101011 10101110 1100011 100111 0 100000 11001011 1100011 100010

Color Harmonies of #016BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BAE

Black with #016BAE

Text Example


Text Example

White with #016BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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