Html Css Color HEX #0A1978 Midnight Blue

📋 copy color: '#0A1978'

red 10 ◦ green 25 ◦ blue 120

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

Shades of Midnight Blue #0A1978

Tints of Midnight Blue #0A1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 6.45%
G = 16.13%
B = 77.42%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A1978 (or 0x0A1978) is known color: Midnight Blue. HEX triplet: 0A, 19 and 78. RGB value is (10,25,120). Sum of RGB (Red+Green+Blue) = 10+25+120=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 120 (47.27% from 255 or 77.42% from 155); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1978 is #F5E687. Grayscale: #1E1E1E. Windows color (decimal): -16115336 or 7870730. OLE color: 7870730.

HSL color Cylindrical-coordinate representation of color #0A1978: hue angle of 231.82º 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 #0A1978 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 25 120 -
CMYK 0.92 0.79 0 0.53
HSL 231.82º 0.85% 0.25% -
HSV(B) 231.82º 0.92% 0.47% -
XYZ 3.86 2.12 17.97 -
YUV 31.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 10 25 120 0.92 0.79 0 0.53 231.82 0.85 0.25
Hex A 19 78 5C 4F 0 35 E8 55 19
Octal 12 31 170 134 117 0 65 350 125 31
Binary 1010 11001 1111000 1011100 1001111 0 110101 11101000 1010101 11001

Color Harmonies of #0A1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1978

Black with #0A1978

Text Example


Text Example

White with #0A1978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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