Html Css Color HEX #1A0773 Midnight Blue

📋 copy color: '#1A0773'

red 26 ◦ green 7 ◦ blue 115

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

Shades of Midnight Blue #1A0773

Tints of Midnight Blue #1A0773

RGB

 RED value IS 26 (10.55% from 255) = 17.57%

 GREEN value IS 7 (3.13% from 255) = 4.73%

 BLUE value IS 115 (45.31% from 255) = 77.7%

R = 17.57%
G = 4.73%
B = 77.7%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A0773 (or 0x1A0773) is known color: Midnight Blue. HEX triplet: 1A, 07 and 73. RGB value is (26,7,115). Sum of RGB (Red+Green+Blue) = 26+7+115=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A0773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0773 is #E5F88C. Grayscale: #181818. Windows color (decimal): -15071373 or 7538458. OLE color: 7538458.

HSL color Cylindrical-coordinate representation of color #1A0773: hue angle of 250.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0773 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 7 115 -
CMYK 0.77 0.94 0 0.55
HSL 250.56º 0.89% 0.24% -
HSV(B) 250.56º 0.94% 0.45% -
XYZ 3.6 1.61 16.34 -
YUV 24.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 26 7 115 0.77 0.94 0 0.55 250.56 0.89 0.24
Hex 1A 7 73 4D 5E 0 37 FB 59 18
Octal 32 7 163 115 136 0 67 373 131 30
Binary 11010 111 1110011 1001101 1011110 0 110111 11111011 1011001 11000

Color Harmonies of #1A0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0773

Black with #1A0773

Text Example


Text Example

White with #1A0773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0773; }

 p { color: rgb(26,7,115); }

 H1.HeaderClassName
 {
   color: #1A0773;
 }
 .AnyTagClassName
 {
   color: #1A0773;
 }
</style>

background-color css

<style>
 a { background-color: #1A0773; }

 a { background-color: rgb(26,7,115); }

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

border-color css

<style>
 span { border-color: #1A0773; }

 span { border-color: rgb(26,7,115); }

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