Html Css Color HEX #172A8F Egyptian Blue

📋 copy color: '#172A8F'

red 23 ◦ green 42 ◦ blue 143

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

Shades of Egyptian Blue #172A8F

Tints of Egyptian Blue #172A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.19%

 BLUE value IS 143 (56.25% from 255) = 68.75%

R = 11.06%
G = 20.19%
B = 68.75%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#172A8F (or 0x172A8F) is known color: Egyptian Blue. HEX triplet: 17, 2A and 8F. RGB value is (23,42,143). Sum of RGB (Red+Green+Blue) = 23+42+143=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #172A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A8F is #E8D570. Grayscale: #2F2F2F. Windows color (decimal): -15258993 or 9382423. OLE color: 9382423.

HSL color Cylindrical-coordinate representation of color #172A8F: hue angle of 230.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172A8F is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 42 143 -
CMYK 0.84 0.71 0 0.44
HSL 230.5º 0.72% 0.33% -
HSV(B) 230.5º 0.84% 0.56% -
XYZ 6.14 3.82 26.4 -
YUV 47.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 23 42 143 0.84 0.71 0 0.44 230.5 0.72 0.33
Hex 17 2A 8F 54 47 0 2C E6 48 21
Octal 27 52 217 124 107 0 54 346 110 41
Binary 10111 101010 10001111 1010100 1000111 0 101100 11100110 1001000 100001

Color Harmonies of #172A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A8F

Black with #172A8F

Text Example


Text Example

White with #172A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172A8F; }

 p { color: rgb(23,42,143); }

 H1.HeaderClassName
 {
   color: #172A8F;
 }
 .AnyTagClassName
 {
   color: #172A8F;
 }
</style>

background-color css

<style>
 a { background-color: #172A8F; }

 a { background-color: rgb(23,42,143); }

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

border-color css

<style>
 span { border-color: #172A8F; }

 span { border-color: rgb(23,42,143); }

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