#006492

Color #006492 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #006492

Tints of Cerulean #006492

Color information

#006492 (or 0x006492) is unknown color: approx Cerulean. HEX triplet: 00, 64 and 92. RGB value is (0,100,146). Sum of RGB (Red+Green+Blue) = 0+100+146=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #006492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006492 is #FF9B6D. Grayscale: #4B4B4B. Windows color (decimal): -16751470 or 9593856. OLE color: 9593856.

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

Color convert

RGB0100146-
CMYK10.3200.43
HSL198.9º100%28.63%-
HSV(B)198.9º100%57.25%-
XYZ9.7511.1928.84-
YUV75.34167.8774.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=0%
G=40.65%
B=59.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal010014610.3200.43198.910028.63
Hex06492642002Bc7641d
Octal01442221444005330714435
Binary01100100100100101100100100000010101111000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006492; }

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

 H1.HeaderClassName
 {
   color: #006492;
 }
 .AnyTagClassName
 {
   color: #006492;
 }
</style>
background-color css

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

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

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

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

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

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