Html Css Color HEX #1A187E Midnight Blue

📋 copy color: '#1A187E'

red 26 ◦ green 24 ◦ blue 126

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

Shades of Midnight Blue #1A187E

Tints of Midnight Blue #1A187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 126 (49.61% from 255) = 71.59%

R = 14.77%
G = 13.64%
B = 71.59%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A187E (or 0x1A187E) is known color: Midnight Blue. HEX triplet: 1A, 18 and 7E. RGB value is (26,24,126). Sum of RGB (Red+Green+Blue) = 26+24+126=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A187E is #E5E781. Grayscale: #232323. Windows color (decimal): -15067010 or 8263706. OLE color: 8263706.

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

Color convert

RGB 26 24 126 -
CMYK 0.79 0.81 0 0.51
HSL 241.18º 0.68% 0.29% -
HSV(B) 241.18º 0.81% 0.49% -
XYZ 4.52 2.38 19.96 -
YUV 36.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 26 24 126 0.79 0.81 0 0.51 241.18 0.68 0.29
Hex 1A 18 7E 4F 51 0 33 F1 44 1D
Octal 32 30 176 117 121 0 63 361 104 35
Binary 11010 11000 1111110 1001111 1010001 0 110011 11110001 1000100 11101

Color Harmonies of #1A187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A187E

Black with #1A187E

Text Example


Text Example

White with #1A187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,24,126); }

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

background-color css

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

 a { background-color: rgb(26,24,126); }

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

border-color css

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

 span { border-color: rgb(26,24,126); }

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