#006597

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

Shades of Cerulean #006597

Tints of Cerulean #006597

Color information

#006597 (or 0x006597) is unknown color: approx Cerulean. HEX triplet: 00, 65 and 97. RGB value is (0,101,151). Sum of RGB (Red+Green+Blue) = 0+101+151=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #006597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006597 is #FF9A68. Grayscale: #4C4C4C. Windows color (decimal): -16751209 or 9921792. OLE color: 9921792.

HSL color Cylindrical-coordinate representation of color #006597: hue angle of 199.87º 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 #006597 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB0101151-
CMYK10.3300.41
HSL199.87º100%29.61%-
HSV(B)199.87º100%59.22%-
XYZ10.2411.5430.97-
YUV76.5170.0473.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=0%
G=40.08%
B=59.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal010115110.3300.41199.8710029.61
Hex065976421029c8641e
Octal01452271444105131014436
Binary01100101100101111100100100001010100111001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006597; }

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

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

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

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

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

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

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

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