Html Css Color HEX #172C8E Egyptian Blue

📋 copy color: '#172C8E'

red 23 ◦ green 44 ◦ blue 142

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

Shades of Egyptian Blue #172C8E

Tints of Egyptian Blue #172C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 142 (55.86% from 255) = 67.94%

R = 11%
G = 21.05%
B = 67.94%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#172C8E (or 0x172C8E) is known color: Egyptian Blue. HEX triplet: 17, 2C and 8E. RGB value is (23,44,142). Sum of RGB (Red+Green+Blue) = 23+44+142=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #172C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C8E is #E8D371. Grayscale: #303030. Windows color (decimal): -15258482 or 9317399. OLE color: 9317399.

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

Color convert

RGB 23 44 142 -
CMYK 0.84 0.69 0 0.44
HSL 229.41º 0.72% 0.32% -
HSV(B) 229.41º 0.84% 0.56% -
XYZ 6.14 3.94 26.03 -
YUV 48.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 23 44 142 0.84 0.69 0 0.44 229.41 0.72 0.32
Hex 17 2C 8E 54 45 0 2C E5 48 20
Octal 27 54 216 124 105 0 54 345 110 40
Binary 10111 101100 10001110 1010100 1000101 0 101100 11100101 1001000 100000

Color Harmonies of #172C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C8E

Black with #172C8E

Text Example


Text Example

White with #172C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,142); }

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

background-color css

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

 a { background-color: rgb(23,44,142); }

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

border-color css

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

 span { border-color: rgb(23,44,142); }

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