Html Css Color HEX #016099 Cerulean

📋 copy color: '#016099'

red 1 ◦ green 96 ◦ blue 153

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

Shades of Cerulean #016099

Tints of Cerulean #016099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

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

R = 0.4%
G = 38.4%
B = 61.2%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016099 (or 0x016099) is known color: Cerulean. HEX triplet: 01, 60 and 99. RGB value is (1,96,153). Sum of RGB (Red+Green+Blue) = 1+96+153=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #016099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016099 is #FE9F66. Grayscale: #494949. Windows color (decimal): -16686951 or 10051585. OLE color: 10051585.

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

Color convert

RGB 1 96 153 -
CMYK 0.99 0.37 0 0.4
HSL 202.5º 0.99% 0.3% -
HSV(B) 202.5º 0.99% 0.6% -
XYZ 9.95 10.67 31.67 -
YUV 74.09 172.53 75.87 -
System Red Green Blue C M Y K H S L
Decimal 1 96 153 0.99 0.37 0 0.4 202.5 0.99 0.3
Hex 1 60 99 63 25 0 28 CA 63 1E
Octal 1 140 231 143 45 0 50 312 143 36
Binary 1 1100000 10011001 1100011 100101 0 101000 11001010 1100011 11110

Color Harmonies of #016099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016099

Black with #016099

Text Example


Text Example

White with #016099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016099; }

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

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

background-color css

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

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

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

border-color css

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

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

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