Html Css Color HEX #0A1776 Midnight Blue

📋 copy color: '#0A1776'

red 10 ◦ green 23 ◦ blue 118

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

Shades of Midnight Blue #0A1776

Tints of Midnight Blue #0A1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 118 (46.48% from 255) = 78.15%

R = 6.62%
G = 15.23%
B = 78.15%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A1776 (or 0x0A1776) is known color: Midnight Blue. HEX triplet: 0A, 17 and 76. RGB value is (10,23,118). Sum of RGB (Red+Green+Blue) = 10+23+118=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1776 is #F5E889. Grayscale: #1D1D1D. Windows color (decimal): -16115850 or 7739146. OLE color: 7739146.

HSL color Cylindrical-coordinate representation of color #0A1776: hue angle of 232.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1776 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 23 118 -
CMYK 0.92 0.81 0 0.54
HSL 232.78º 0.84% 0.25% -
HSV(B) 232.78º 0.92% 0.46% -
XYZ 3.7 1.99 17.33 -
YUV 29.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 10 23 118 0.92 0.81 0 0.54 232.78 0.84 0.25
Hex A 17 76 5C 51 0 36 E9 54 19
Octal 12 27 166 134 121 0 66 351 124 31
Binary 1010 10111 1110110 1011100 1010001 0 110110 11101001 1010100 11001

Color Harmonies of #0A1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1776

Black with #0A1776

Text Example


Text Example

White with #0A1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,118); }

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

background-color css

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

 a { background-color: rgb(10,23,118); }

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

border-color css

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

 span { border-color: rgb(10,23,118); }

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