#04068E

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

Shades of Dark Blue #04068E

Tints of Dark Blue #04068E

Color information

#04068E (or 0x04068E) is unknown color: approx Dark Blue. HEX triplet: 04, 06 and 8E. RGB value is (4,6,142). Sum of RGB (Red+Green+Blue) = 4+6+142=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 142 (55.86% from 255 or 93.42% from 152); Max value from RGB is 142 - color contains mainly: blue. Hex color #04068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04068E is #FBF971. Grayscale: #141414. Windows color (decimal): -16513394 or 9307652. OLE color: 9307652.

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

Color convert

RGB46142-
CMYK0.970.9600.44
HSL239.13º94.52%28.63%-
HSV(B)239.13º97.18%55.69%-
XYZ52.1125.73-
YUV20.91196.34115.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 142 (55.86% from 255) = 93.42%
R=2.63%
G=3.95%
B=93.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461420.970.9600.44239.1394.5228.63
Hex468E616002Cef5f1d
Octal4621614114005435713735
Binary1001101000111011000011100000010110011101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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