Html Css Color HEX #1A0772 Midnight Blue

📋 copy color: '#1A0772'

red 26 ◦ green 7 ◦ blue 114

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

Shades of Midnight Blue #1A0772

Tints of Midnight Blue #1A0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 77.55%

R = 17.69%
G = 4.76%
B = 77.55%

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

#1A0772 (or 0x1A0772) is known color: Midnight Blue. HEX triplet: 1A, 07 and 72. RGB value is (26,7,114). Sum of RGB (Red+Green+Blue) = 26+7+114=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A0772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0772 is #E5F88D. Grayscale: #181818. Windows color (decimal): -15071374 or 7472922. OLE color: 7472922.

HSL color Cylindrical-coordinate representation of color #1A0772: hue angle of 250.65º degrees, saturation: 0.88, 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 #1A0772 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 7 114 -
CMYK 0.77 0.94 0 0.55
HSL 250.65º 0.88% 0.24% -
HSV(B) 250.65º 0.94% 0.45% -
XYZ 3.54 1.59 16.04 -
YUV 24.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 26 7 114 0.77 0.94 0 0.55 250.65 0.88 0.24
Hex 1A 7 72 4D 5E 0 37 FB 58 18
Octal 32 7 162 115 136 0 67 373 130 30
Binary 11010 111 1110010 1001101 1011110 0 110111 11111011 1011000 11000

Color Harmonies of #1A0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0772

Black with #1A0772

Text Example


Text Example

White with #1A0772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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