Html Css Color HEX #016495 Cerulean

📋 copy color: '#016495'

red 1 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #016495

Tints of Cerulean #016495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 0.4%
G = 40%
B = 59.6%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016495 (or 0x016495) is known color: Cerulean. HEX triplet: 01, 64 and 95. RGB value is (1,100,149). Sum of RGB (Red+Green+Blue) = 1+100+149=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #016495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016495 is #FE9B6A. Grayscale: #4B4B4B. Windows color (decimal): -16685931 or 9790465. OLE color: 9790465.

HSL color Cylindrical-coordinate representation of color #016495: hue angle of 199.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016495 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 100 149 -
CMYK 0.99 0.33 0 0.42
HSL 199.86º 0.99% 0.29% -
HSV(B) 199.86º 0.99% 0.58% -
XYZ 9.99 11.29 30.09 -
YUV 75.99 169.2 74.52 -
System Red Green Blue C M Y K H S L
Decimal 1 100 149 0.99 0.33 0 0.42 199.86 0.99 0.29
Hex 1 64 95 63 21 0 2A C8 63 1D
Octal 1 144 225 143 41 0 52 310 143 35
Binary 1 1100100 10010101 1100011 100001 0 101010 11001000 1100011 11101

Color Harmonies of #016495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016495

Black with #016495

Text Example


Text Example

White with #016495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016495; }

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

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

background-color css

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

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

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

border-color css

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

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

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