Html Css Color HEX #172A8C Egyptian Blue

📋 copy color: '#172A8C'

red 23 ◦ green 42 ◦ blue 140

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

Shades of Egyptian Blue #172A8C

Tints of Egyptian Blue #172A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 11.22%
G = 20.49%
B = 68.29%

CMYK

 C value IS 0.84

 M value IS 0.7

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#172A8C (or 0x172A8C) is known color: Egyptian Blue. HEX triplet: 17, 2A and 8C. RGB value is (23,42,140). Sum of RGB (Red+Green+Blue) = 23+42+140=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #172A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A8C is #E8D573. Grayscale: #2F2F2F. Windows color (decimal): -15258996 or 9185815. OLE color: 9185815.

HSL color Cylindrical-coordinate representation of color #172A8C: hue angle of 230.26º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172A8C is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 42 140 -
CMYK 0.84 0.7 0 0.45
HSL 230.26º 0.72% 0.32% -
HSV(B) 230.26º 0.84% 0.55% -
XYZ 5.91 3.73 25.22 -
YUV 47.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 23 42 140 0.84 0.7 0 0.45 230.26 0.72 0.32
Hex 17 2A 8C 54 46 0 2D E6 48 20
Octal 27 52 214 124 106 0 55 346 110 40
Binary 10111 101010 10001100 1010100 1000110 0 101101 11100110 1001000 100000

Color Harmonies of #172A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A8C

Black with #172A8C

Text Example


Text Example

White with #172A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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