Html Css Color HEX #1A1676 Midnight Blue

📋 copy color: '#1A1676'

red 26 ◦ green 22 ◦ blue 118

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

Shades of Midnight Blue #1A1676

Tints of Midnight Blue #1A1676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.25%

 BLUE value IS 118 (46.48% from 255) = 71.08%

R = 15.66%
G = 13.25%
B = 71.08%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A1676 (or 0x1A1676) is known color: Midnight Blue. HEX triplet: 1A, 16 and 76. RGB value is (26,22,118). Sum of RGB (Red+Green+Blue) = 26+22+118=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1676 is #E5E989. Grayscale: #212121. Windows color (decimal): -15067530 or 7738906. OLE color: 7738906.

HSL color Cylindrical-coordinate representation of color #1A1676: hue angle of 242.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1676 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 22 118 -
CMYK 0.78 0.81 0 0.54
HSL 242.5º 0.69% 0.27% -
HSV(B) 242.5º 0.81% 0.46% -
XYZ 3.98 2.1 17.34 -
YUV 34.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 26 22 118 0.78 0.81 0 0.54 242.5 0.69 0.27
Hex 1A 16 76 4E 51 0 36 F2 45 1B
Octal 32 26 166 116 121 0 66 362 105 33
Binary 11010 10110 1110110 1001110 1010001 0 110110 11110010 1000101 11011

Color Harmonies of #1A1676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1676

Black with #1A1676

Text Example


Text Example

White with #1A1676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,22,118); }

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

background-color css

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

 a { background-color: rgb(26,22,118); }

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

border-color css

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

 span { border-color: rgb(26,22,118); }

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