Html Css Color HEX #1A195D Midnight Blue

📋 copy color: '#1A195D'

red 26 ◦ green 25 ◦ blue 93

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

Shades of Midnight Blue #1A195D

Tints of Midnight Blue #1A195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 18.06%
G = 17.36%
B = 64.58%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A195D (or 0x1A195D) is known color: Midnight Blue. HEX triplet: 1A, 19 and 5D. RGB value is (26,25,93). Sum of RGB (Red+Green+Blue) = 26+25+93=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A195D is #E5E6A2. Grayscale: #202020. Windows color (decimal): -15066787 or 6101274. OLE color: 6101274.

HSL color Cylindrical-coordinate representation of color #1A195D: hue angle of 240.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A195D is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 25 93 -
CMYK 0.72 0.73 0 0.64
HSL 240.88º 0.58% 0.23% -
HSV(B) 240.88º 0.73% 0.36% -
XYZ 2.75 1.71 10.54 -
YUV 33.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 26 25 93 0.72 0.73 0 0.64 240.88 0.58 0.23
Hex 1A 19 5D 48 49 0 40 F1 3A 17
Octal 32 31 135 110 111 0 100 361 72 27
Binary 11010 11001 1011101 1001000 1001001 0 1000000 11110001 111010 10111

Color Harmonies of #1A195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A195D

Black with #1A195D

Text Example


Text Example

White with #1A195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,25,93); }

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

background-color css

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

 a { background-color: rgb(26,25,93); }

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

border-color css

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

 span { border-color: rgb(26,25,93); }

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