#09598F

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

Shades of Dark Cerulean #09598F

Tints of Dark Cerulean #09598F

Color information

#09598F (or 0x09598F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 59 and 8F. RGB value is (9,89,143). Sum of RGB (Red+Green+Blue) = 9+89+143=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #09598F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09598F is #F6A670. Grayscale: #464646. Windows color (decimal): -16164465 or 9394441. OLE color: 9394441.

HSL color Cylindrical-coordinate representation of color #09598F: hue angle of 204.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09598F is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB989143-
CMYK0.940.3800.44
HSL204.18º88.16%29.8%-
HSV(B)204.18º93.71%56.08%-
XYZ8.649.1927.3-
YUV71.24168.583.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 143 (56.25% from 255) = 59.34%
R=3.73%
G=36.93%
B=59.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9891430.940.3800.44204.1888.1629.8
Hex9598F5E2602Ccc581e
Octal111312171364605431413036
Binary10011011001100011111011110100110010110011001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09598F; }

 p { color: rgb(9,89,143); }

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

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

 a { background-color: rgb(9,89,143); }

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

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

 span { border-color: rgb(9,89,143); }

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