#0A1975

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

Shades of Midnight Blue #0A1975

Tints of Midnight Blue #0A1975

Color information

#0A1975 (or 0x0A1975) is unknown color: approx Midnight Blue. HEX triplet: 0A, 19 and 75. RGB value is (10,25,117). Sum of RGB (Red+Green+Blue) = 10+25+117=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1975 is #F5E68A. Grayscale: #1E1E1E. Windows color (decimal): -16115339 or 7674122. OLE color: 7674122.

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

Color convert

RGB1025117-
CMYK0.910.7900.54
HSL231.59º84.25%24.9%-
HSV(B)231.59º91.45%45.88%-
XYZ3.682.0417.03-
YUV31176.53113.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=6.58%
G=16.45%
B=76.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10251170.910.7900.54231.5984.2524.9
HexA19755B4F036e85419
Octal123116513311706635012431
Binary101011001111010110110111001111011011011101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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