Html Css Color HEX #1A1779 Midnight Blue

📋 copy color: '#1A1779'

red 26 ◦ green 23 ◦ blue 121

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

Shades of Midnight Blue #1A1779

Tints of Midnight Blue #1A1779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 15.29%
G = 13.53%
B = 71.18%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A1779 (or 0x1A1779) is known color: Midnight Blue. HEX triplet: 1A, 17 and 79. RGB value is (26,23,121). Sum of RGB (Red+Green+Blue) = 26+23+121=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1779 is #E5E886. Grayscale: #222222. Windows color (decimal): -15067271 or 7935770. OLE color: 7935770.

HSL color Cylindrical-coordinate representation of color #1A1779: hue angle of 241.84º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1779 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 23 121 -
CMYK 0.79 0.81 0 0.53
HSL 241.84º 0.68% 0.28% -
HSV(B) 241.84º 0.81% 0.47% -
XYZ 4.18 2.21 18.3 -
YUV 35.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 26 23 121 0.79 0.81 0 0.53 241.84 0.68 0.28
Hex 1A 17 79 4F 51 0 35 F2 44 1C
Octal 32 27 171 117 121 0 65 362 104 34
Binary 11010 10111 1111001 1001111 1010001 0 110101 11110010 1000100 11100

Color Harmonies of #1A1779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1779

Black with #1A1779

Text Example


Text Example

White with #1A1779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,23,121); }

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

background-color css

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

 a { background-color: rgb(26,23,121); }

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

border-color css

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

 span { border-color: rgb(26,23,121); }

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