Html Css Color HEX #1A157D Midnight Blue

📋 copy color: '#1A157D'

red 26 ◦ green 21 ◦ blue 125

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

Shades of Midnight Blue #1A157D

Tints of Midnight Blue #1A157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 125 (49.22% from 255) = 72.67%

R = 15.12%
G = 12.21%
B = 72.67%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A157D (or 0x1A157D) is known color: Midnight Blue. HEX triplet: 1A, 15 and 7D. RGB value is (26,21,125). Sum of RGB (Red+Green+Blue) = 26+21+125=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A157D is #E5EA82. Grayscale: #212121. Windows color (decimal): -15067779 or 8197402. OLE color: 8197402.

HSL color Cylindrical-coordinate representation of color #1A157D: hue angle of 242.88º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A157D is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 21 125 -
CMYK 0.79 0.83 0 0.51
HSL 242.88º 0.71% 0.29% -
HSV(B) 242.88º 0.83% 0.49% -
XYZ 4.4 2.24 19.6 -
YUV 34.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 26 21 125 0.79 0.83 0 0.51 242.88 0.71 0.29
Hex 1A 15 7D 4F 53 0 33 F3 47 1D
Octal 32 25 175 117 123 0 63 363 107 35
Binary 11010 10101 1111101 1001111 1010011 0 110011 11110011 1000111 11101

Color Harmonies of #1A157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A157D

Black with #1A157D

Text Example


Text Example

White with #1A157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,125); }

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

background-color css

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

 a { background-color: rgb(26,21,125); }

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

border-color css

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

 span { border-color: rgb(26,21,125); }

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