#061270

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

Shades of Midnight Blue #061270

Tints of Midnight Blue #061270

Color information

#061270 (or 0x061270) is unknown color: approx Midnight Blue. HEX triplet: 06, 12 and 70. RGB value is (6,18,112). Sum of RGB (Red+Green+Blue) = 6+18+112=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #061270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061270 is #F9ED8F. Grayscale: #181818. Windows color (decimal): -16379280 or 7344646. OLE color: 7344646.

HSL color Cylindrical-coordinate representation of color #061270: hue angle of 233.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061270 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB618112-
CMYK0.950.8400.56
HSL233.21º89.83%23.14%-
HSV(B)233.21º94.64%43.92%-
XYZ3.221.6415.48-
YUV25.13177.02114.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 112 (44.14% from 255) = 82.35%
R=4.41%
G=13.24%
B=82.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6181120.950.8400.56233.2189.8323.14
Hex612705F54038e95a17
Octal62216013712407035113227
Binary11010010111000010111111010100011100011101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061270; }

 p { color: rgb(6,18,112); }

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

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

 a { background-color: rgb(6,18,112); }

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

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

 span { border-color: rgb(6,18,112); }

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