#006490

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

Shades of Cerulean #006490

Tints of Cerulean #006490

Color information

#006490 (or 0x006490) is unknown color: approx Cerulean. HEX triplet: 00, 64 and 90. RGB value is (0,100,144). Sum of RGB (Red+Green+Blue) = 0+100+144=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #006490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006490 is #FF9B6F. Grayscale: #4A4A4A. Windows color (decimal): -16751472 or 9462784. OLE color: 9462784.

HSL color Cylindrical-coordinate representation of color #006490: hue angle of 198.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006490 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB0100144-
CMYK10.3100.44
HSL198.33º100%28.24%-
HSV(B)198.33º100%56.47%-
XYZ9.5911.1328.03-
YUV75.12166.8774.42-

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.98%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=0%
G=40.98%
B=59.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal010014410.3100.44198.3310028.24
Hex06490641F02Cc6641c
Octal01442201443705430614434
Binary0110010010010000110010011111010110011000110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006490; }

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

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

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

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

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

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

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

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