#04098A

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

Shades of Dark Blue #04098A

Tints of Dark Blue #04098A

Color information

#04098A (or 0x04098A) is unknown color: approx Dark Blue. HEX triplet: 04, 09 and 8A. RGB value is (4,9,138). Sum of RGB (Red+Green+Blue) = 4+9+138=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 138 (54.30% from 255 or 91.39% from 151); Max value from RGB is 138 - color contains mainly: blue. Hex color #04098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04098A is #FBF675. Grayscale: #151515. Windows color (decimal): -16512630 or 9046276. OLE color: 9046276.

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

Color convert

RGB49138-
CMYK0.970.9300.46
HSL237.76º94.37%27.84%-
HSV(B)237.76º97.1%54.12%-
XYZ4.742.0624.19-
YUV22.21193.34115.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 138 (54.30% from 255) = 91.39%
R=2.65%
G=5.96%
B=91.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491380.970.9300.46237.7694.3727.84
Hex498A615D02Eee5e1c
Octal41121214113505635613634
Binary10010011000101011000011011101010111011101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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