#061572

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

Shades of Midnight Blue #061572

Tints of Midnight Blue #061572

Color information

#061572 (or 0x061572) is unknown color: approx Midnight Blue. HEX triplet: 06, 15 and 72. RGB value is (6,21,114). Sum of RGB (Red+Green+Blue) = 6+21+114=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #061572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061572 is #F9EA8D. Grayscale: #1A1A1A. Windows color (decimal): -16378510 or 7476486. OLE color: 7476486.

HSL color Cylindrical-coordinate representation of color #061572: hue angle of 231.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061572 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB621114-
CMYK0.950.8200.55
HSL231.67º90%23.53%-
HSV(B)231.67º94.74%44.71%-
XYZ3.381.7916.09-
YUV27.12177.03112.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=4.26%
G=14.89%
B=80.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6211140.950.8200.55231.679023.53
Hex615725F52037e85a18
Octal62516213712206735013230
Binary11010101111001010111111010010011011111101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061572; }

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

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

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

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

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

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

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

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