Html Css Color HEX #1A1379 Midnight Blue

📋 copy color: '#1A1379'

red 26 ◦ green 19 ◦ blue 121

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

Shades of Midnight Blue #1A1379

Tints of Midnight Blue #1A1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 15.66%
G = 11.45%
B = 72.89%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A1379 (or 0x1A1379) is known color: Midnight Blue. HEX triplet: 1A, 13 and 79. RGB value is (26,19,121). Sum of RGB (Red+Green+Blue) = 26+19+121=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A1379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1379 is #E5EC86. Grayscale: #202020. Windows color (decimal): -15068295 or 7934746. OLE color: 7934746.

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

Color convert

RGB 26 19 121 -
CMYK 0.79 0.84 0 0.53
HSL 244.12º 0.73% 0.27% -
HSV(B) 244.12º 0.84% 0.47% -
XYZ 4.11 2.07 18.27 -
YUV 32.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 26 19 121 0.79 0.84 0 0.53 244.12 0.73 0.27
Hex 1A 13 79 4F 54 0 35 F4 49 1B
Octal 32 23 171 117 124 0 65 364 111 33
Binary 11010 10011 1111001 1001111 1010100 0 110101 11110100 1001001 11011

Color Harmonies of #1A1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1379

Black with #1A1379

Text Example


Text Example

White with #1A1379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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