Html Css Color HEX #1A1361 Midnight Blue

📋 copy color: '#1A1361'

red 26 ◦ green 19 ◦ blue 97

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

Shades of Midnight Blue #1A1361

Tints of Midnight Blue #1A1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 18.31%
G = 13.38%
B = 68.31%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A1361 (or 0x1A1361) is known color: Midnight Blue. HEX triplet: 1A, 13 and 61. RGB value is (26,19,97). Sum of RGB (Red+Green+Blue) = 26+19+97=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A1361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1361 is #E5EC9E. Grayscale: #1D1D1D. Windows color (decimal): -15068319 or 6361882. OLE color: 6361882.

HSL color Cylindrical-coordinate representation of color #1A1361: hue angle of 245.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1361 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 19 97 -
CMYK 0.73 0.80 0 0.62
HSL 245.38º 0.67% 0.23% -
HSV(B) 245.38º 0.8% 0.38% -
XYZ 2.82 1.55 11.46 -
YUV 29.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 26 19 97 0.73 0.80 0 0.62 245.38 0.67 0.23
Hex 1A 13 61 49 50 0 3E F5 43 17
Octal 32 23 141 111 120 0 76 365 103 27
Binary 11010 10011 1100001 1001001 1010000 0 111110 11110101 1000011 10111

Color Harmonies of #1A1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1361

Black with #1A1361

Text Example


Text Example

White with #1A1361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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