Html Css Color HEX #172C8C Egyptian Blue

📋 copy color: '#172C8C'

red 23 ◦ green 44 ◦ blue 140

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

Shades of Egyptian Blue #172C8C

Tints of Egyptian Blue #172C8C

RGB

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

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

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

R = 11.11%
G = 21.26%
B = 67.63%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#172C8C (or 0x172C8C) is known color: Egyptian Blue. HEX triplet: 17, 2C and 8C. RGB value is (23,44,140). Sum of RGB (Red+Green+Blue) = 23+44+140=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #172C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C8C is #E8D373. Grayscale: #303030. Windows color (decimal): -15258484 or 9186327. OLE color: 9186327.

HSL color Cylindrical-coordinate representation of color #172C8C: hue angle of 229.23º 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 #172C8C is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 44 140 -
CMYK 0.84 0.69 0 0.45
HSL 229.23º 0.72% 0.32% -
HSV(B) 229.23º 0.84% 0.55% -
XYZ 5.99 3.88 25.24 -
YUV 48.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 23 44 140 0.84 0.69 0 0.45 229.23 0.72 0.32
Hex 17 2C 8C 54 45 0 2D E5 48 20
Octal 27 54 214 124 105 0 55 345 110 40
Binary 10111 101100 10001100 1010100 1000101 0 101101 11100101 1001000 100000

Color Harmonies of #172C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C8C

Black with #172C8C

Text Example


Text Example

White with #172C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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