#04078E

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

Shades of Dark Blue #04078E

Tints of Dark Blue #04078E

Color information

#04078E (or 0x04078E) is unknown color: approx Dark Blue. HEX triplet: 04, 07 and 8E. RGB value is (4,7,142). Sum of RGB (Red+Green+Blue) = 4+7+142=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 142 (55.86% from 255 or 92.81% from 153); Max value from RGB is 142 - color contains mainly: blue. Hex color #04078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04078E is #FBF871. Grayscale: #141414. Windows color (decimal): -16513138 or 9307908. OLE color: 9307908.

HSL color Cylindrical-coordinate representation of color #04078E: hue angle of 238.7º 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 #04078E is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB47142-
CMYK0.970.9500.44
HSL238.7º94.52%28.63%-
HSV(B)238.7º97.18%55.69%-
XYZ5.012.1325.74-
YUV21.49196.01115.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 142 (55.86% from 255) = 92.81%
R=2.61%
G=4.58%
B=92.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471420.970.9500.44238.794.5228.63
Hex478E615F02Cef5f1d
Octal4721614113705435713735
Binary1001111000111011000011011111010110011101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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