#060B90

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

Shades of Dark Blue #060B90

Tints of Dark Blue #060B90

Color information

#060B90 (or 0x060B90) is unknown color: approx Dark Blue. HEX triplet: 06, 0B and 90. RGB value is (6,11,144). Sum of RGB (Red+Green+Blue) = 6+11+144=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #060B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B90 is #F9F46F. Grayscale: #181818. Windows color (decimal): -16381040 or 9440006. OLE color: 9440006.

HSL color Cylindrical-coordinate representation of color #060B90: hue angle of 237.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060B90 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB611144-
CMYK0.960.9200.44
HSL237.83º92%29.41%-
HSV(B)237.83º95.83%56.47%-
XYZ5.232.2926.55-
YUV24.67195.34114.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 144 (56.64% from 255) = 89.44%
R=3.73%
G=6.83%
B=89.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6111440.960.9200.44237.839229.41
Hex6B90605C02Cee5c1d
Octal61322014013405435613435
Binary11010111001000011000001011100010110011101110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060B90; }

 p { color: rgb(6,11,144); }

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

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

 a { background-color: rgb(6,11,144); }

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

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

 span { border-color: rgb(6,11,144); }

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