Html Css Color HEX #016F99 Cerulean

📋 copy color: '#016F99'

red 1 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #016F99

Tints of Cerulean #016F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.89%

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

R = 0.38%
G = 41.89%
B = 57.74%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016F99 (or 0x016F99) is known color: Cerulean. HEX triplet: 01, 6F and 99. RGB value is (1,111,153). Sum of RGB (Red+Green+Blue) = 1+111+153=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #016F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F99 is #FE9066. Grayscale: #525252. Windows color (decimal): -16683111 or 10055425. OLE color: 10055425.

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

Color convert

RGB 1 111 153 -
CMYK 0.99 0.27 0 0.4
HSL 196.58º 0.99% 0.3% -
HSV(B) 196.58º 0.99% 0.6% -
XYZ 11.45 13.68 32.17 -
YUV 82.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 1 111 153 0.99 0.27 0 0.4 196.58 0.99 0.3
Hex 1 6F 99 63 1B 0 28 C5 63 1E
Octal 1 157 231 143 33 0 50 305 143 36
Binary 1 1101111 10011001 1100011 11011 0 101000 11000101 1100011 11110

Color Harmonies of #016F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F99

Black with #016F99

Text Example


Text Example

White with #016F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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