Html Css Color HEX #016499 Cerulean

📋 copy color: '#016499'

red 1 ◦ green 100 ◦ blue 153

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

Shades of Cerulean #016499

Tints of Cerulean #016499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.37%

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

R = 0.39%
G = 39.37%
B = 60.24%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016499 (or 0x016499) is known color: Cerulean. HEX triplet: 01, 64 and 99. RGB value is (1,100,153). Sum of RGB (Red+Green+Blue) = 1+100+153=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #016499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016499 is #FE9B66. Grayscale: #4C4C4C. Windows color (decimal): -16685927 or 10052609. OLE color: 10052609.

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

Color convert

RGB 1 100 153 -
CMYK 0.99 0.35 0 0.4
HSL 200.92º 0.99% 0.3% -
HSV(B) 200.92º 0.99% 0.6% -
XYZ 10.32 11.42 31.8 -
YUV 76.44 171.2 74.19 -
System Red Green Blue C M Y K H S L
Decimal 1 100 153 0.99 0.35 0 0.4 200.92 0.99 0.3
Hex 1 64 99 63 23 0 28 C9 63 1E
Octal 1 144 231 143 43 0 50 311 143 36
Binary 1 1100100 10011001 1100011 100011 0 101000 11001001 1100011 11110

Color Harmonies of #016499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016499

Black with #016499

Text Example


Text Example

White with #016499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016499; }

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

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

background-color css

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

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

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

border-color css

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

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

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