Html Css Color HEX #171FAC Egyptian Blue

📋 copy color: '#171FAC'

red 23 ◦ green 31 ◦ blue 172

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

Shades of Egyptian Blue #171FAC

Tints of Egyptian Blue #171FAC

RGB

 RED value IS 23 (9.38% from 255) = 10.18%

 GREEN value IS 31 (12.5% from 255) = 13.72%

 BLUE value IS 172 (67.58% from 255) = 76.11%

R = 10.18%
G = 13.72%
B = 76.11%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#171FAC (or 0x171FAC) is known color: Egyptian Blue. HEX triplet: 17, 1F and AC. RGB value is (23,31,172). Sum of RGB (Red+Green+Blue) = 23+31+172=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #171FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FAC is #E8E053. Grayscale: #2C2C2C. Windows color (decimal): -15261780 or 11280151. OLE color: 11280151.

HSL color Cylindrical-coordinate representation of color #171FAC: hue angle of 236.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171FAC is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 31 172 -
CMYK 0.87 0.82 0 0.33
HSL 236.78º 0.76% 0.38% -
HSV(B) 236.78º 0.87% 0.67% -
XYZ 8.29 4.14 39.39 -
YUV 44.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 23 31 172 0.87 0.82 0 0.33 236.78 0.76 0.38
Hex 17 1F AC 57 52 0 21 ED 4C 26
Octal 27 37 254 127 122 0 41 355 114 46
Binary 10111 11111 10101100 1010111 1010010 0 100001 11101101 1001100 100110

Color Harmonies of #171FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FAC

Black with #171FAC

Text Example


Text Example

White with #171FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171FAC; }

 p { color: rgb(23,31,172); }

 H1.HeaderClassName
 {
   color: #171FAC;
 }
 .AnyTagClassName
 {
   color: #171FAC;
 }
</style>

background-color css

<style>
 a { background-color: #171FAC; }

 a { background-color: rgb(23,31,172); }

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

border-color css

<style>
 span { border-color: #171FAC; }

 span { border-color: rgb(23,31,172); }

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