#06157A

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

Shades of Midnight Blue #06157A

Tints of Midnight Blue #06157A

Color information

#06157A (or 0x06157A) is unknown color: approx Midnight Blue. HEX triplet: 06, 15 and 7A. RGB value is (6,21,122). Sum of RGB (Red+Green+Blue) = 6+21+122=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 122 (48.05% from 255 or 81.88% from 149); Max value from RGB is 122 - color contains mainly: blue. Hex color #06157A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06157A is #F9EA85. Grayscale: #1B1B1B. Windows color (decimal): -16378502 or 8000774. OLE color: 8000774.

HSL color Cylindrical-coordinate representation of color #06157A: hue angle of 232.24º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06157A is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB621122-
CMYK0.950.8300.52
HSL232.24º90.62%25.1%-
HSV(B)232.24º95.08%47.84%-
XYZ3.861.9818.59-
YUV28.03181.03112.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 122 (48.05% from 255) = 81.88%
R=4.03%
G=14.09%
B=81.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6211220.950.8300.52232.2490.6225.1
Hex6157A5F53034e85b19
Octal62517213712306435013331
Binary11010101111101010111111010011011010011101000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06157A; }

 p { color: rgb(6,21,122); }

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

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

 a { background-color: rgb(6,21,122); }

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

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

 span { border-color: rgb(6,21,122); }

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