#06078C

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

Shades of Dark Blue #06078C

Tints of Dark Blue #06078C

Color information

#06078C (or 0x06078C) is unknown color: approx Dark Blue. HEX triplet: 06, 07 and 8C. RGB value is (6,7,140). Sum of RGB (Red+Green+Blue) = 6+7+140=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #06078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06078C is #F9F873. Grayscale: #151515. Windows color (decimal): -16382068 or 9176838. OLE color: 9176838.

HSL color Cylindrical-coordinate representation of color #06078C: hue angle of 239.55º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06078C is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67140-
CMYK0.960.9500.45
HSL239.55º91.78%28.63%-
HSV(B)239.55º95.71%54.9%-
XYZ4.882.0824.96-
YUV21.86194.67116.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 140 (55.08% from 255) = 91.50%
R=3.92%
G=4.58%
B=91.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671400.960.9500.45239.5591.7828.63
Hex678C605F02Df05c1d
Octal6721414013705536013435
Binary1101111000110011000001011111010110111110000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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