#060B50

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

Shades of Midnight Blue #060B50

Tints of Midnight Blue #060B50

Color information

#060B50 (or 0x060B50) is unknown color: approx Midnight Blue. HEX triplet: 06, 0B and 50. RGB value is (6,11,80). Sum of RGB (Red+Green+Blue) = 6+11+80=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #060B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B50 is #F9F4AF. Grayscale: #111111. Windows color (decimal): -16381104 or 5245702. OLE color: 5245702.

HSL color Cylindrical-coordinate representation of color #060B50: hue angle of 235.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060B50 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61180-
CMYK0.920.8600.69
HSL235.95º86.05%16.86%-
HSV(B)235.95º92.5%31.37%-
XYZ1.640.867.67-
YUV17.37163.34119.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 80 (31.64% from 255) = 82.47%
R=6.19%
G=11.34%
B=82.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal611800.920.8600.69235.9586.0516.86
Hex6B505C56045ec5611
Octal613120134126010535412621
Binary11010111010000101110010101100100010111101100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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