Html Css Color HEX #0A1775 Midnight Blue

📋 copy color: '#0A1775'

red 10 ◦ green 23 ◦ blue 117

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

Shades of Midnight Blue #0A1775

Tints of Midnight Blue #0A1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 78%

R = 6.67%
G = 15.33%
B = 78%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A1775 (or 0x0A1775) is known color: Midnight Blue. HEX triplet: 0A, 17 and 75. RGB value is (10,23,117). Sum of RGB (Red+Green+Blue) = 10+23+117=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1775 is #F5E88A. Grayscale: #1D1D1D. Windows color (decimal): -16115851 or 7673610. OLE color: 7673610.

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

Color convert

RGB 10 23 117 -
CMYK 0.91 0.80 0 0.54
HSL 232.71º 0.84% 0.25% -
HSV(B) 232.71º 0.91% 0.46% -
XYZ 3.64 1.96 17.02 -
YUV 29.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 10 23 117 0.91 0.80 0 0.54 232.71 0.84 0.25
Hex A 17 75 5B 50 0 36 E9 54 19
Octal 12 27 165 133 120 0 66 351 124 31
Binary 1010 10111 1110101 1011011 1010000 0 110110 11101001 1010100 11001

Color Harmonies of #0A1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1775

Black with #0A1775

Text Example


Text Example

White with #0A1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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