#007595

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

Shades of Cerulean #007595

Tints of Cerulean #007595

Color information

#007595 (or 0x007595) is unknown color: approx Cerulean. HEX triplet: 00, 75 and 95. RGB value is (0,117,149). Sum of RGB (Red+Green+Blue) = 0+117+149=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #007595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007595 is #FF8A6A. Grayscale: #555555. Windows color (decimal): -16747115 or 9794816. OLE color: 9794816.

HSL color Cylindrical-coordinate representation of color #007595: hue angle of 192.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007595 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0117149-
CMYK10.2100.42
HSL192.89º100%29.22%-
HSV(B)192.89º100%58.43%-
XYZ11.7914.8930.69-
YUV85.66163.7466.9-

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.98%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=0%
G=43.98%
B=56.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal011714910.2100.42192.8910029.22
Hex07595641502Ac1641d
Octal01652251442505230114435
Binary0111010110010101110010010101010101011000001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007595; }

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

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

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

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

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

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

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

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