Html Css Color HEX #1A0175 Midnight Blue

📋 copy color: '#1A0175'

red 26 ◦ green 1 ◦ blue 117

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

Shades of Midnight Blue #1A0175

Tints of Midnight Blue #1A0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 117 (46.09% from 255) = 81.25%

R = 18.06%
G = 0.69%
B = 81.25%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A0175 (or 0x1A0175) is known color: Midnight Blue. HEX triplet: 1A, 01 and 75. RGB value is (26,1,117). Sum of RGB (Red+Green+Blue) = 26+1+117=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0175 is #E5FE8A. Grayscale: #151515. Windows color (decimal): -15072907 or 7667994. OLE color: 7667994.

HSL color Cylindrical-coordinate representation of color #1A0175: hue angle of 252.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0175 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 1 117 -
CMYK 0.78 0.99 0 0.54
HSL 252.93º 0.98% 0.23% -
HSV(B) 252.93º 0.99% 0.46% -
XYZ 3.65 1.53 16.93 -
YUV 21.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 26 1 117 0.78 0.99 0 0.54 252.93 0.98 0.23
Hex 1A 1 75 4E 63 0 36 FD 62 17
Octal 32 1 165 116 143 0 66 375 142 27
Binary 11010 1 1110101 1001110 1100011 0 110110 11111101 1100010 10111

Color Harmonies of #1A0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0175

Black with #1A0175

Text Example


Text Example

White with #1A0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,117); }

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

background-color css

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

 a { background-color: rgb(26,1,117); }

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

border-color css

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

 span { border-color: rgb(26,1,117); }

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