#006497

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

Shades of Cerulean #006497

Tints of Cerulean #006497

Color information

#006497 (or 0x006497) is unknown color: approx Cerulean. HEX triplet: 00, 64 and 97. RGB value is (0,100,151). Sum of RGB (Red+Green+Blue) = 0+100+151=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #006497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006497 is #FF9B68. Grayscale: #4B4B4B. Windows color (decimal): -16751465 or 9921536. OLE color: 9921536.

HSL color Cylindrical-coordinate representation of color #006497: hue angle of 200.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006497 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB0100151-
CMYK10.3400.41
HSL200.26º100%29.61%-
HSV(B)200.26º100%59.22%-
XYZ10.1411.3530.93-
YUV75.91170.3773.85-

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) = 39.84%
BLUE value IS 151 (59.38% from 255) = 60.16%
R=0%
G=39.84%
B=60.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal010015110.3400.41200.2610029.61
Hex064976422029c8641e
Octal01442271444205131014436
Binary01100100100101111100100100010010100111001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006497; }

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

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

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

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

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

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

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

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