#0A1977

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

Shades of Midnight Blue #0A1977

Tints of Midnight Blue #0A1977

Color information

#0A1977 (or 0x0A1977) is unknown color: approx Midnight Blue. HEX triplet: 0A, 19 and 77. RGB value is (10,25,119). Sum of RGB (Red+Green+Blue) = 10+25+119=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A1977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1977 is #F5E688. Grayscale: #1E1E1E. Windows color (decimal): -16115337 or 7805194. OLE color: 7805194.

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

Color convert

RGB1025119-
CMYK0.920.7900.53
HSL231.74º84.5%25.29%-
HSV(B)231.74º91.6%46.67%-
XYZ3.82.0917.66-
YUV31.23177.53112.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=6.49%
G=16.23%
B=77.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10251190.920.7900.53231.7484.525.29
HexA19775C4F035e85419
Octal123116713411706535012431
Binary101011001111011110111001001111011010111101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1977; }

 p { color: rgb(10,25,119); }

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

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

 a { background-color: rgb(10,25,119); }

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

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

 span { border-color: rgb(10,25,119); }

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