Html Css Color HEX #016CB0 Cerulean

📋 copy color: '#016CB0'

red 1 ◦ green 108 ◦ blue 176

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

Shades of Cerulean #016CB0

Tints of Cerulean #016CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

 BLUE value IS 176 (69.14% from 255) = 61.75%

R = 0.35%
G = 37.89%
B = 61.75%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#016CB0 (or 0x016CB0) is known color: Cerulean. HEX triplet: 01, 6C and B0. RGB value is (1,108,176). Sum of RGB (Red+Green+Blue) = 1+108+176=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 176 (69.14% from 255 or 61.75% from 285); Max value from RGB is 176 - color contains mainly: blue. Hex color #016CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016CB0 is #FE934F. Grayscale: #535353. Windows color (decimal): -16683856 or 11561985. OLE color: 11561985.

HSL color Cylindrical-coordinate representation of color #016CB0: hue angle of 203.31º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CB0 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 108 176 -
CMYK 0.99 0.39 0 0.31
HSL 203.31º 0.99% 0.35% -
HSV(B) 203.31º 0.99% 0.69% -
XYZ 13.21 13.87 43.05 -
YUV 83.76 180.05 68.97 -
System Red Green Blue C M Y K H S L
Decimal 1 108 176 0.99 0.39 0 0.31 203.31 0.99 0.35
Hex 1 6C B0 63 27 0 1F CB 63 23
Octal 1 154 260 143 47 0 37 313 143 43
Binary 1 1101100 10110000 1100011 100111 0 11111 11001011 1100011 100011

Color Harmonies of #016CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CB0

Black with #016CB0

Text Example


Text Example

White with #016CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,176); }

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

background-color css

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

 a { background-color: rgb(1,108,176); }

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

border-color css

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

 span { border-color: rgb(1,108,176); }

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