Html Css Color HEX #172A9A Egyptian Blue

📋 copy color: '#172A9A'

red 23 ◦ green 42 ◦ blue 154

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

Shades of Egyptian Blue #172A9A

Tints of Egyptian Blue #172A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.32%

R = 10.5%
G = 19.18%
B = 70.32%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#172A9A (or 0x172A9A) is known color: Egyptian Blue. HEX triplet: 17, 2A and 9A. RGB value is (23,42,154). Sum of RGB (Red+Green+Blue) = 23+42+154=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #172A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A9A is #E8D565. Grayscale: #303030. Windows color (decimal): -15258982 or 10103319. OLE color: 10103319.

HSL color Cylindrical-coordinate representation of color #172A9A: hue angle of 231.3º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172A9A is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 42 154 -
CMYK 0.85 0.73 0 0.40
HSL 231.3º 0.74% 0.35% -
HSV(B) 231.3º 0.85% 0.6% -
XYZ 7.01 4.17 31.01 -
YUV 49.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 23 42 154 0.85 0.73 0 0.40 231.3 0.74 0.35
Hex 17 2A 9A 55 49 0 28 E7 4A 23
Octal 27 52 232 125 111 0 50 347 112 43
Binary 10111 101010 10011010 1010101 1001001 0 101000 11100111 1001010 100011

Color Harmonies of #172A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A9A

Black with #172A9A

Text Example


Text Example

White with #172A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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