#09458A

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

Shades of Dark Cerulean #09458A

Tints of Dark Cerulean #09458A

Color information

#09458A (or 0x09458A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 8A. RGB value is (9,69,138). Sum of RGB (Red+Green+Blue) = 9+69+138=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #09458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458A is #F6BA75. Grayscale: #3A3A3A. Windows color (decimal): -16169590 or 9061641. OLE color: 9061641.

HSL color Cylindrical-coordinate representation of color #09458A: hue angle of 212.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09458A is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB969138-
CMYK0.930.500.46
HSL212.09º87.76%28.82%-
HSV(B)212.09º93.48%54.12%-
XYZ6.836.1524.87-
YUV58.93172.6292.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=4.17%
G=31.94%
B=63.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9691380.930.500.46212.0987.7628.82
Hex9458A5D3202Ed4581d
Octal111052121356205632413035
Binary10011000101100010101011101110010010111011010100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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