#007592

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

Shades of Cerulean #007592

Tints of Cerulean #007592

Color information

#007592 (or 0x007592) is unknown color: approx Cerulean. HEX triplet: 00, 75 and 92. RGB value is (0,117,146). Sum of RGB (Red+Green+Blue) = 0+117+146=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #007592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007592 is #FF8A6D. Grayscale: #555555. Windows color (decimal): -16747118 or 9598208. OLE color: 9598208.

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

Color convert

RGB0117146-
CMYK10.2000.43
HSL191.92º100%28.63%-
HSV(B)191.92º100%57.25%-
XYZ11.5514.829.44-
YUV85.32162.2467.14-

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) = 44.49%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=0%
G=44.49%
B=55.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal011714610.2000.43191.9210028.63
Hex07592641402Bc0641d
Octal01652221442405330014435
Binary0111010110010010110010010100010101111000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007592; }

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

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

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

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

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

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

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

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