Html Css Color HEX #172C8A Egyptian Blue

📋 copy color: '#172C8A'

red 23 ◦ green 44 ◦ blue 138

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

Shades of Egyptian Blue #172C8A

Tints of Egyptian Blue #172C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.32%

R = 11.22%
G = 21.46%
B = 67.32%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#172C8A (or 0x172C8A) is known color: Egyptian Blue. HEX triplet: 17, 2C and 8A. RGB value is (23,44,138). Sum of RGB (Red+Green+Blue) = 23+44+138=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #172C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C8A is #E8D375. Grayscale: #303030. Windows color (decimal): -15258486 or 9055255. OLE color: 9055255.

HSL color Cylindrical-coordinate representation of color #172C8A: hue angle of 229.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172C8A is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 23 44 138 -
CMYK 0.83 0.68 0 0.46
HSL 229.04º 0.71% 0.32% -
HSV(B) 229.04º 0.83% 0.54% -
XYZ 5.84 3.82 24.47 -
YUV 48.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 23 44 138 0.83 0.68 0 0.46 229.04 0.71 0.32
Hex 17 2C 8A 53 44 0 2E E5 47 20
Octal 27 54 212 123 104 0 56 345 107 40
Binary 10111 101100 10001010 1010011 1000100 0 101110 11100101 1000111 100000

Color Harmonies of #172C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C8A

Black with #172C8A

Text Example


Text Example

White with #172C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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