#04088B

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

Shades of Dark Blue #04088B

Tints of Dark Blue #04088B

Color information

#04088B (or 0x04088B) is unknown color: approx Dark Blue. HEX triplet: 04, 08 and 8B. RGB value is (4,8,139). Sum of RGB (Red+Green+Blue) = 4+8+139=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 139 (54.69% from 255 or 92.05% from 151); Max value from RGB is 139 - color contains mainly: blue. Hex color #04088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04088B is #FBF774. Grayscale: #151515. Windows color (decimal): -16512885 or 9111556. OLE color: 9111556.

HSL color Cylindrical-coordinate representation of color #04088B: hue angle of 238.22º 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 #04088B is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48139-
CMYK0.970.9400.45
HSL238.22º94.41%28.04%-
HSV(B)238.22º97.12%54.51%-
XYZ4.82.0624.57-
YUV21.74194.17115.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 139 (54.69% from 255) = 92.05%
R=2.65%
G=5.30%
B=92.05%

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
Decimal481390.970.9400.45238.2294.4128.04
Hex488B615E02Dee5e1c
Octal41021314113605535613634
Binary10010001000101111000011011110010110111101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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