#007599

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

Shades of Cerulean #007599

Tints of Cerulean #007599

Color information

#007599 (or 0x007599) is unknown color: approx Cerulean. HEX triplet: 00, 75 and 99. RGB value is (0,117,153). Sum of RGB (Red+Green+Blue) = 0+117+153=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #007599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007599 is #FF8A66. Grayscale: #555555. Windows color (decimal): -16747111 or 10056960. OLE color: 10056960.

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

Color convert

RGB0117153-
CMYK10.2400.4
HSL194.12º100%30%-
HSV(B)194.12º100%60%-
XYZ12.1115.0232.4-
YUV86.12165.7466.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=0%
G=43.33%
B=56.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal011715310.2400.4194.1210030
Hex075996418028c2641e
Octal01652311443005030214436
Binary0111010110011001110010011000010100011000010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007599; }

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

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

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

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

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

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

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

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