#061B80

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

Shades of Midnight Blue #061B80

Tints of Midnight Blue #061B80

Color information

#061B80 (or 0x061B80) is unknown color: approx Midnight Blue. HEX triplet: 06, 1B and 80. RGB value is (6,27,128). Sum of RGB (Red+Green+Blue) = 6+27+128=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #061B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B80 is #F9E47F. Grayscale: #1F1F1F. Windows color (decimal): -16376960 or 8395526. OLE color: 8395526.

HSL color Cylindrical-coordinate representation of color #061B80: hue angle of 229.67º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061B80 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB627128-
CMYK0.950.7900.50
HSL229.67º91.04%26.27%-
HSV(B)229.67º95.31%50.2%-
XYZ4.362.3820.65-
YUV32.24182.04109.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 128 (50.39% from 255) = 79.50%
R=3.73%
G=16.77%
B=79.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6271280.950.7900.50229.6791.0426.27
Hex61B805F4F032e65b1a
Octal63320013711706234613332
Binary110110111000000010111111001111011001011100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061B80; }

 p { color: rgb(6,27,128); }

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

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

 a { background-color: rgb(6,27,128); }

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

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

 span { border-color: rgb(6,27,128); }

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