#09458F

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

Shades of Dark Cerulean #09458F

Tints of Dark Cerulean #09458F

Color information

#09458F (or 0x09458F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 8F. RGB value is (9,69,143). Sum of RGB (Red+Green+Blue) = 9+69+143=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #09458F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458F is #F6BA70. Grayscale: #3B3B3B. Windows color (decimal): -16169585 or 9389321. OLE color: 9389321.

HSL color Cylindrical-coordinate representation of color #09458F: hue angle of 213.13º 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 #09458F is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB969143-
CMYK0.940.5200.44
HSL213.13º88.16%29.8%-
HSV(B)213.13º93.71%56.08%-
XYZ7.26.326.82-
YUV59.5175.1291.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 143 (56.25% from 255) = 64.71%
R=4.07%
G=31.22%
B=64.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9691430.940.5200.44213.1388.1629.8
Hex9458F5E3402Cd5581e
Octal111052171366405432513036
Binary10011000101100011111011110110100010110011010101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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