Html Css Color HEX #016E99 Cerulean

📋 copy color: '#016E99'

red 1 ◦ green 110 ◦ blue 153

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

Shades of Cerulean #016E99

Tints of Cerulean #016E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.67%

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

R = 0.38%
G = 41.67%
B = 57.95%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016E99 (or 0x016E99) is known color: Cerulean. HEX triplet: 01, 6E and 99. RGB value is (1,110,153). Sum of RGB (Red+Green+Blue) = 1+110+153=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #016E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E99 is #FE9166. Grayscale: #525252. Windows color (decimal): -16683367 or 10055169. OLE color: 10055169.

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

Color convert

RGB 1 110 153 -
CMYK 0.99 0.28 0 0.4
HSL 196.97º 0.99% 0.3% -
HSV(B) 196.97º 0.99% 0.6% -
XYZ 11.34 13.46 32.14 -
YUV 82.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 1 110 153 0.99 0.28 0 0.4 196.97 0.99 0.3
Hex 1 6E 99 63 1C 0 28 C5 63 1E
Octal 1 156 231 143 34 0 50 305 143 36
Binary 1 1101110 10011001 1100011 11100 0 101000 11000101 1100011 11110

Color Harmonies of #016E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E99

Black with #016E99

Text Example


Text Example

White with #016E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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