#006599

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

Shades of Cerulean #006599

Tints of Cerulean #006599

Color information

#006599 (or 0x006599) is unknown color: approx Cerulean. HEX triplet: 00, 65 and 99. RGB value is (0,101,153). Sum of RGB (Red+Green+Blue) = 0+101+153=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #006599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006599 is #FF9A66. Grayscale: #4C4C4C. Windows color (decimal): -16751207 or 10052864. OLE color: 10052864.

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

Color convert

RGB0101153-
CMYK10.3400.4
HSL200.39º100%30%-
HSV(B)200.39º100%60%-
XYZ10.411.6131.83-
YUV76.73171.0473.27-

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) = 39.76%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=0%
G=39.76%
B=60.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal010115310.3400.4200.3910030
Hex065996422028c8641e
Octal01452311444205031014436
Binary01100101100110011100100100010010100011001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006599; }

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

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

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

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

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

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

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

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