#0A1472

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

Shades of Midnight Blue #0A1472

Tints of Midnight Blue #0A1472

Color information

#0A1472 (or 0x0A1472) is unknown color: approx Midnight Blue. HEX triplet: 0A, 14 and 72. RGB value is (10,20,114). Sum of RGB (Red+Green+Blue) = 10+20+114=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1472 is #F5EB8D. Grayscale: #1B1B1B. Windows color (decimal): -16116622 or 7476234. OLE color: 7476234.

HSL color Cylindrical-coordinate representation of color #0A1472: hue angle of 234.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1472 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1020114-
CMYK0.910.8200.55
HSL234.23º83.87%24.31%-
HSV(B)234.23º91.23%44.71%-
XYZ3.411.7816.08-
YUV27.73176.69115.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=6.94%
G=13.89%
B=79.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10201140.910.8200.55234.2383.8724.31
HexA14725B52037ea5418
Octal122416213312206735212430
Binary101010100111001010110111010010011011111101010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,114); }

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

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

 a { background-color: rgb(10,20,114); }

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

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

 span { border-color: rgb(10,20,114); }

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