#060788

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

Shades of Dark Blue #060788

Tints of Dark Blue #060788

Color information

#060788 (or 0x060788) is unknown color: approx Dark Blue. HEX triplet: 06, 07 and 88. RGB value is (6,7,136). Sum of RGB (Red+Green+Blue) = 6+7+136=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 136 (53.52% from 255 or 91.28% from 149); Max value from RGB is 136 - color contains mainly: blue. Hex color #060788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060788 is #F9F877. Grayscale: #141414. Windows color (decimal): -16382072 or 8914694. OLE color: 8914694.

HSL color Cylindrical-coordinate representation of color #060788: hue angle of 239.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060788 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB67136-
CMYK0.960.9500.47
HSL239.54º91.55%27.84%-
HSV(B)239.54º95.59%53.33%-
XYZ4.61.9723.43-
YUV21.41192.67117.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 136 (53.52% from 255) = 91.28%
R=4.03%
G=4.70%
B=91.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671360.960.9500.47239.5491.5527.84
Hex6788605F02Ff05c1c
Octal6721014013705736013434
Binary1101111000100011000001011111010111111110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060788; }

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

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

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

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

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

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

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

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