#09458D

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

Shades of Dark Cerulean #09458D

Tints of Dark Cerulean #09458D

Color information

#09458D (or 0x09458D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 8D. RGB value is (9,69,141). Sum of RGB (Red+Green+Blue) = 9+69+141=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #09458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458D is #F6BA72. Grayscale: #3A3A3A. Windows color (decimal): -16169587 or 9258249. OLE color: 9258249.

HSL color Cylindrical-coordinate representation of color #09458D: hue angle of 212.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09458D is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB969141-
CMYK0.940.5100.45
HSL212.73º88%29.41%-
HSV(B)212.73º93.62%55.29%-
XYZ7.056.2426.03-
YUV59.27174.1292.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=4.11%
G=31.51%
B=64.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9691410.940.5100.45212.738829.41
Hex9458D5E3302Dd5581d
Octal111052151366305532513035
Binary10011000101100011011011110110011010110111010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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