Html Css Color HEX #0A1578 Midnight Blue

📋 copy color: '#0A1578'

red 10 ◦ green 21 ◦ blue 120

#0A1578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0A1578

Tints of Midnight Blue #0A1578

RGB

 RED value IS 10 (4.3% from 255) = 6.62%

 GREEN value IS 21 (8.59% from 255) = 13.91%

 BLUE value IS 120 (47.27% from 255) = 79.47%

R = 6.62%
G = 13.91%
B = 79.47%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A1578 (or 0x0A1578) is known color: Midnight Blue. HEX triplet: 0A, 15 and 78. RGB value is (10,21,120). Sum of RGB (Red+Green+Blue) = 10+21+120=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1578 is #F5EA87. Grayscale: #1C1C1C. Windows color (decimal): -16116360 or 7869706. OLE color: 7869706.

HSL color Cylindrical-coordinate representation of color #0A1578: hue angle of 234º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1578 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 21 120 -
CMYK 0.92 0.83 0 0.53
HSL 234º 0.85% 0.25% -
HSV(B) 234º 0.92% 0.47% -
XYZ 3.78 1.96 17.95 -
YUV 29 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 10 21 120 0.92 0.83 0 0.53 234 0.85 0.25
Hex A 15 78 5C 53 0 35 EA 55 19
Octal 12 25 170 134 123 0 65 352 125 31
Binary 1010 10101 1111000 1011100 1010011 0 110101 11101010 1010101 11001

Color Harmonies of #0A1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1578

Black with #0A1578

Text Example


Text Example

White with #0A1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,21,120); }

 H1.HeaderClassName
 {
   color: #0A1578;
 }
 .AnyTagClassName
 {
   color: #0A1578;
 }
</style>

background-color css

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

 a { background-color: rgb(10,21,120); }

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

border-color css

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

 span { border-color: rgb(10,21,120); }

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