Html Css Color HEX #1A117C Midnight Blue

📋 copy color: '#1A117C'

red 26 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #1A117C

Tints of Midnight Blue #1A117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 124 (48.83% from 255) = 74.25%

R = 15.57%
G = 10.18%
B = 74.25%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A117C (or 0x1A117C) is known color: Midnight Blue. HEX triplet: 1A, 11 and 7C. RGB value is (26,17,124). Sum of RGB (Red+Green+Blue) = 26+17+124=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A117C is #E5EE83. Grayscale: #1F1F1F. Windows color (decimal): -15068804 or 8130842. OLE color: 8130842.

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

Color convert

RGB 26 17 124 -
CMYK 0.79 0.86 0 0.51
HSL 245.05º 0.76% 0.28% -
HSV(B) 245.05º 0.86% 0.49% -
XYZ 4.26 2.08 19.24 -
YUV 31.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 26 17 124 0.79 0.86 0 0.51 245.05 0.76 0.28
Hex 1A 11 7C 4F 56 0 33 F5 4C 1C
Octal 32 21 174 117 126 0 63 365 114 34
Binary 11010 10001 1111100 1001111 1010110 0 110011 11110101 1001100 11100

Color Harmonies of #1A117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A117C

Black with #1A117C

Text Example


Text Example

White with #1A117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,17,124); }

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

background-color css

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

 a { background-color: rgb(26,17,124); }

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

border-color css

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

 span { border-color: rgb(26,17,124); }

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