Html Css Color HEX #016C99 Cerulean

📋 copy color: '#016C99'

red 1 ◦ green 108 ◦ blue 153

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

Shades of Cerulean #016C99

Tints of Cerulean #016C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 0.38%
G = 41.22%
B = 58.4%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016C99 (or 0x016C99) is known color: Cerulean. HEX triplet: 01, 6C and 99. RGB value is (1,108,153). Sum of RGB (Red+Green+Blue) = 1+108+153=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #016C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C99 is #FE9366. Grayscale: #505050. Windows color (decimal): -16683879 or 10054657. OLE color: 10054657.

HSL color Cylindrical-coordinate representation of color #016C99: hue angle of 197.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C99 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 108 153 -
CMYK 0.99 0.29 0 0.4
HSL 197.76º 0.99% 0.3% -
HSV(B) 197.76º 0.99% 0.6% -
XYZ 11.12 13.03 32.07 -
YUV 81.14 168.55 70.84 -
System Red Green Blue C M Y K H S L
Decimal 1 108 153 0.99 0.29 0 0.4 197.76 0.99 0.3
Hex 1 6C 99 63 1D 0 28 C6 63 1E
Octal 1 154 231 143 35 0 50 306 143 36
Binary 1 1101100 10011001 1100011 11101 0 101000 11000110 1100011 11110

Color Harmonies of #016C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C99

Black with #016C99

Text Example


Text Example

White with #016C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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