#04068B

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

Shades of Dark Blue #04068B

Tints of Dark Blue #04068B

Color information

#04068B (or 0x04068B) is unknown color: approx Dark Blue. HEX triplet: 04, 06 and 8B. RGB value is (4,6,139). Sum of RGB (Red+Green+Blue) = 4+6+139=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 139 (54.69% from 255 or 93.29% from 149); Max value from RGB is 139 - color contains mainly: blue. Hex color #04068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04068B is #FBF974. Grayscale: #141414. Windows color (decimal): -16513397 or 9111044. OLE color: 9111044.

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

Color convert

RGB46139-
CMYK0.970.9600.45
HSL239.11º94.41%28.04%-
HSV(B)239.11º97.12%54.51%-
XYZ4.782.0224.56-
YUV20.56194.84116.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 139 (54.69% from 255) = 93.29%
R=2.68%
G=4.03%
B=93.29%

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
Decimal461390.970.9600.45239.1194.4128.04
Hex468B616002Def5e1c
Octal4621314114005535713634
Binary1001101000101111000011100000010110111101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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