#0A147A

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

Shades of Midnight Blue #0A147A

Tints of Midnight Blue #0A147A

Color information

#0A147A (or 0x0A147A) is unknown color: approx Midnight Blue. HEX triplet: 0A, 14 and 7A. RGB value is (10,20,122). Sum of RGB (Red+Green+Blue) = 10+20+122=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A147A is #F5EB85. Grayscale: #1C1C1C. Windows color (decimal): -16116614 or 8000522. OLE color: 8000522.

HSL color Cylindrical-coordinate representation of color #0A147A: hue angle of 234.64º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A147A is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1020122-
CMYK0.920.8400.52
HSL234.64º84.85%25.88%-
HSV(B)234.64º91.8%47.84%-
XYZ3.891.9718.59-
YUV28.64180.69114.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 122 (48.05% from 255) = 80.26%
R=6.58%
G=13.16%
B=80.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10201220.920.8400.52234.6484.8525.88
HexA147A5C54034eb551a
Octal122417213412406435312532
Binary101010100111101010111001010100011010011101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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