Html Css Color HEX #0A1579 Midnight Blue

📋 copy color: '#0A1579'

red 10 ◦ green 21 ◦ blue 121

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

Shades of Midnight Blue #0A1579

Tints of Midnight Blue #0A1579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 79.61%

R = 6.58%
G = 13.82%
B = 79.61%

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

#0A1579 (or 0x0A1579) is known color: Midnight Blue. HEX triplet: 0A, 15 and 79. RGB value is (10,21,121). Sum of RGB (Red+Green+Blue) = 10+21+121=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A1579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1579 is #F5EA86. Grayscale: #1C1C1C. Windows color (decimal): -16116359 or 7935242. OLE color: 7935242.

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

Color convert

RGB 10 21 121 -
CMYK 0.92 0.83 0 0.53
HSL 234.05º 0.85% 0.26% -
HSV(B) 234.05º 0.92% 0.47% -
XYZ 3.84 1.98 18.27 -
YUV 29.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 10 21 121 0.92 0.83 0 0.53 234.05 0.85 0.26
Hex A 15 79 5C 53 0 35 EA 55 1A
Octal 12 25 171 134 123 0 65 352 125 32
Binary 1010 10101 1111001 1011100 1010011 0 110101 11101010 1010101 11010

Color Harmonies of #0A1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1579

Black with #0A1579

Text Example


Text Example

White with #0A1579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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