#09048E

Color #09048E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #09048E

Tints of Dark Blue #09048E

Color information

#09048E (or 0x09048E) is unknown color: approx Dark Blue. HEX triplet: 09, 04 and 8E. RGB value is (9,4,142). Sum of RGB (Red+Green+Blue) = 9+4+142=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 142 (55.86% from 255 or 91.61% from 155); Max value from RGB is 142 - color contains mainly: blue. Hex color #09048E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09048E is #F6FB71. Grayscale: #141414. Windows color (decimal): -16186226 or 9307145. OLE color: 9307145.

HSL color Cylindrical-coordinate representation of color #09048E: hue angle of 242.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09048E is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB94142-
CMYK0.940.9700.44
HSL242.17º94.52%28.63%-
HSV(B)242.17º97.18%55.69%-
XYZ5.042.125.73-
YUV21.23196.16119.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 142 (55.86% from 255) = 91.61%
R=5.81%
G=2.58%
B=91.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941420.940.9700.44242.1794.5228.63
Hex948E5E6102Cf25f1d
Octal11421613614105436213735
Binary10011001000111010111101100001010110011110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09048E; }

 p { color: rgb(9,4,142); }

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

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

 a { background-color: rgb(9,4,142); }

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

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

 span { border-color: rgb(9,4,142); }

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