Html Css Color HEX #016492 Cerulean

📋 copy color: '#016492'

red 1 ◦ green 100 ◦ blue 146

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

Shades of Cerulean #016492

Tints of Cerulean #016492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 0.4%
G = 40.49%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#016492 (or 0x016492) is known color: Cerulean. HEX triplet: 01, 64 and 92. RGB value is (1,100,146). Sum of RGB (Red+Green+Blue) = 1+100+146=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #016492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016492 is #FE9B6D. Grayscale: #4B4B4B. Windows color (decimal): -16685934 or 9593857. OLE color: 9593857.

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

Color convert

RGB 1 100 146 -
CMYK 0.99 0.32 0 0.43
HSL 199.03º 0.99% 0.29% -
HSV(B) 199.03º 0.99% 0.57% -
XYZ 9.76 11.2 28.84 -
YUV 75.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 1 100 146 0.99 0.32 0 0.43 199.03 0.99 0.29
Hex 1 64 92 63 20 0 2B C7 63 1D
Octal 1 144 222 143 40 0 53 307 143 35
Binary 1 1100100 10010010 1100011 100000 0 101011 11000111 1100011 11101

Color Harmonies of #016492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016492

Black with #016492

Text Example


Text Example

White with #016492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016492; }

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

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

background-color css

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

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

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

border-color css

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

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

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