#0A1A75

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

Shades of Midnight Blue #0A1A75

Tints of Midnight Blue #0A1A75

Color information

#0A1A75 (or 0x0A1A75) is unknown color: approx Midnight Blue. HEX triplet: 0A, 1A and 75. RGB value is (10,26,117). Sum of RGB (Red+Green+Blue) = 10+26+117=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1A75 is #F5E58A. Grayscale: #1F1F1F. Windows color (decimal): -16115083 or 7674378. OLE color: 7674378.

HSL color Cylindrical-coordinate representation of color #0A1A75: hue angle of 231.03º 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 #0A1A75 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1026117-
CMYK0.910.7800.54
HSL231.03º84.25%24.9%-
HSV(B)231.03º91.45%45.88%-
XYZ3.712.0917.04-
YUV31.59176.2112.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=6.54%
G=16.99%
B=76.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10261170.910.7800.54231.0384.2524.9
HexA1A755B4E036e75419
Octal123216513311606634712431
Binary101011010111010110110111001110011011011100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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