Html Css Color HEX #0A1177 Midnight Blue

📋 copy color: '#0A1177'

red 10 ◦ green 17 ◦ blue 119

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

Shades of Midnight Blue #0A1177

Tints of Midnight Blue #0A1177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

 BLUE value IS 119 (46.88% from 255) = 81.51%

R = 6.85%
G = 11.64%
B = 81.51%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A1177 (or 0x0A1177) is known color: Midnight Blue. HEX triplet: 0A, 11 and 77. RGB value is (10,17,119). Sum of RGB (Red+Green+Blue) = 10+17+119=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A1177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1177 is #F5EE88. Grayscale: #1A1A1A. Windows color (decimal): -16117385 or 7803146. OLE color: 7803146.

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

Color convert

RGB 10 17 119 -
CMYK 0.92 0.86 0 0.53
HSL 236.15º 0.84% 0.25% -
HSV(B) 236.15º 0.92% 0.47% -
XYZ 3.66 1.8 17.61 -
YUV 26.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 10 17 119 0.92 0.86 0 0.53 236.15 0.84 0.25
Hex A 11 77 5C 56 0 35 EC 54 19
Octal 12 21 167 134 126 0 65 354 124 31
Binary 1010 10001 1110111 1011100 1010110 0 110101 11101100 1010100 11001

Color Harmonies of #0A1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1177

Black with #0A1177

Text Example


Text Example

White with #0A1177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,119); }

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

background-color css

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

 a { background-color: rgb(10,17,119); }

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

border-color css

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

 span { border-color: rgb(10,17,119); }

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