#04098B

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

Shades of Dark Blue #04098B

Tints of Dark Blue #04098B

Color information

#04098B (or 0x04098B) is unknown color: approx Dark Blue. HEX triplet: 04, 09 and 8B. RGB value is (4,9,139). Sum of RGB (Red+Green+Blue) = 4+9+139=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #04098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04098B is #FBF674. Grayscale: #151515. Windows color (decimal): -16512629 or 9111812. OLE color: 9111812.

HSL color Cylindrical-coordinate representation of color #04098B: hue angle of 237.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04098B is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49139-
CMYK0.970.9400.45
HSL237.78º94.41%28.04%-
HSV(B)237.78º97.12%54.51%-
XYZ4.812.0924.58-
YUV22.32193.84114.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 139 (54.69% from 255) = 91.45%
R=2.63%
G=5.92%
B=91.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491390.970.9400.45237.7894.4128.04
Hex498B615E02Dee5e1c
Octal41121314113605535613634
Binary10010011000101111000011011110010110111101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04098B; }

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

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

<style>
 a { background-color: #04098B; }

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

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

<style>
 span { border-color: #04098B; }

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

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