#061377

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

Shades of Midnight Blue #061377

Tints of Midnight Blue #061377

Color information

#061377 (or 0x061377) is unknown color: approx Midnight Blue. HEX triplet: 06, 13 and 77. RGB value is (6,19,119). Sum of RGB (Red+Green+Blue) = 6+19+119=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #061377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061377 is #F9EC88. Grayscale: #1A1A1A. Windows color (decimal): -16379017 or 7803654. OLE color: 7803654.

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

Color convert

RGB619119-
CMYK0.950.8400.53
HSL233.1º90.4%24.51%-
HSV(B)233.1º94.96%46.67%-
XYZ3.641.8417.62-
YUV26.51180.19113.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 119 (46.88% from 255) = 82.64%
R=4.17%
G=13.19%
B=82.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6191190.950.8400.53233.190.424.51
Hex613775F54035e95a19
Octal62316713712406535113231
Binary11010011111011110111111010100011010111101001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061377; }

 p { color: rgb(6,19,119); }

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

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

 a { background-color: rgb(6,19,119); }

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

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

 span { border-color: rgb(6,19,119); }

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