#0A1675

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

Shades of Midnight Blue #0A1675

Tints of Midnight Blue #0A1675

Color information

#0A1675 (or 0x0A1675) is unknown color: approx Midnight Blue. HEX triplet: 0A, 16 and 75. RGB value is (10,22,117). Sum of RGB (Red+Green+Blue) = 10+22+117=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1675 is #F5E98A. Grayscale: #1C1C1C. Windows color (decimal): -16116107 or 7673354. OLE color: 7673354.

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

Color convert

RGB1022117-
CMYK0.910.8100.54
HSL233.27º84.25%24.9%-
HSV(B)233.27º91.45%45.88%-
XYZ3.621.9217.01-
YUV29.24177.52114.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=6.71%
G=14.77%
B=78.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10221170.910.8100.54233.2784.2524.9
HexA16755B51036e95419
Octal122616513312106635112431
Binary101010110111010110110111010001011011011101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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