Html Css Color HEX #0A1279 Midnight Blue

📋 copy color: '#0A1279'

red 10 ◦ green 18 ◦ blue 121

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

Shades of Midnight Blue #0A1279

Tints of Midnight Blue #0A1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 6.71%
G = 12.08%
B = 81.21%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A1279 (or 0x0A1279) is known color: Midnight Blue. HEX triplet: 0A, 12 and 79. RGB value is (10,18,121). Sum of RGB (Red+Green+Blue) = 10+18+121=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 121 (47.66% from 255 or 81.21% from 149); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A1279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1279 is #F5ED86. Grayscale: #1A1A1A. Windows color (decimal): -16117127 or 7934474. OLE color: 7934474.

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

Color convert

RGB 10 18 121 -
CMYK 0.92 0.85 0 0.53
HSL 235.68º 0.85% 0.26% -
HSV(B) 235.68º 0.92% 0.47% -
XYZ 3.79 1.88 18.25 -
YUV 27.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 10 18 121 0.92 0.85 0 0.53 235.68 0.85 0.26
Hex A 12 79 5C 55 0 35 EC 55 1A
Octal 12 22 171 134 125 0 65 354 125 32
Binary 1010 10010 1111001 1011100 1010101 0 110101 11101100 1010101 11010

Color Harmonies of #0A1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1279

Black with #0A1279

Text Example


Text Example

White with #0A1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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