#04068C

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

Shades of Dark Blue #04068C

Tints of Dark Blue #04068C

Color information

#04068C (or 0x04068C) is unknown color: approx Dark Blue. HEX triplet: 04, 06 and 8C. RGB value is (4,6,140). Sum of RGB (Red+Green+Blue) = 4+6+140=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 140 (55.08% from 255 or 93.33% from 150); Max value from RGB is 140 - color contains mainly: blue. Hex color #04068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04068C is #FBF973. Grayscale: #141414. Windows color (decimal): -16513396 or 9176580. OLE color: 9176580.

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

Color convert

RGB46140-
CMYK0.970.9600.45
HSL239.12º94.44%28.24%-
HSV(B)239.12º97.14%54.9%-
XYZ4.852.0524.95-
YUV20.68195.34116.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 140 (55.08% from 255) = 93.33%
R=2.67%
G=4%
B=93.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461400.970.9600.45239.1294.4428.24
Hex468C616002Def5e1c
Octal4621414114005535713634
Binary1001101000110011000011100000010110111101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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