Html Css Color HEX #0A1277 Midnight Blue

📋 copy color: '#0A1277'

red 10 ◦ green 18 ◦ blue 119

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

Shades of Midnight Blue #0A1277

Tints of Midnight Blue #0A1277

RGB

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

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

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

R = 6.8%
G = 12.24%
B = 80.95%

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

#0A1277 (or 0x0A1277) is known color: Midnight Blue. HEX triplet: 0A, 12 and 77. RGB value is (10,18,119). Sum of RGB (Red+Green+Blue) = 10+18+119=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A1277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1277 is #F5ED88. Grayscale: #1A1A1A. Windows color (decimal): -16117129 or 7803402. OLE color: 7803402.

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

Color convert

RGB 10 18 119 -
CMYK 0.92 0.85 0 0.53
HSL 235.6º 0.84% 0.25% -
HSV(B) 235.6º 0.92% 0.47% -
XYZ 3.67 1.83 17.61 -
YUV 27.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 10 18 119 0.92 0.85 0 0.53 235.6 0.84 0.25
Hex A 12 77 5C 55 0 35 EC 54 19
Octal 12 22 167 134 125 0 65 354 124 31
Binary 1010 10010 1110111 1011100 1010101 0 110101 11101100 1010100 11001

Color Harmonies of #0A1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1277

Black with #0A1277

Text Example


Text Example

White with #0A1277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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