#061A7D

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

Shades of Midnight Blue #061A7D

Tints of Midnight Blue #061A7D

Color information

#061A7D (or 0x061A7D) is unknown color: approx Midnight Blue. HEX triplet: 06, 1A and 7D. RGB value is (6,26,125). Sum of RGB (Red+Green+Blue) = 6+26+125=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #061A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A7D is #F9E582. Grayscale: #1E1E1E. Windows color (decimal): -16377219 or 8198662. OLE color: 8198662.

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

Color convert

RGB626125-
CMYK0.950.7900.51
HSL229.92º90.84%25.69%-
HSV(B)229.92º95.2%49.02%-
XYZ4.152.2619.62-
YUV31.31180.87109.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 125 (49.22% from 255) = 79.62%
R=3.82%
G=16.56%
B=79.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6261250.950.7900.51229.9290.8425.69
Hex61A7D5F4F033e65b1a
Octal63217513711706334613332
Binary11011010111110110111111001111011001111100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,125); }

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

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

 a { background-color: rgb(6,26,125); }

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

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

 span { border-color: rgb(6,26,125); }

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