Html Css Color HEX #172F94 Egyptian Blue

📋 copy color: '#172F94'

red 23 ◦ green 47 ◦ blue 148

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

Shades of Egyptian Blue #172F94

Tints of Egyptian Blue #172F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 10.55%
G = 21.56%
B = 67.89%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172F94 (or 0x172F94) is known color: Egyptian Blue. HEX triplet: 17, 2F and 94. RGB value is (23,47,148). Sum of RGB (Red+Green+Blue) = 23+47+148=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #172F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F94 is #E8D06B. Grayscale: #323232. Windows color (decimal): -15257708 or 9711383. OLE color: 9711383.

HSL color Cylindrical-coordinate representation of color #172F94: hue angle of 228.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172F94 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 47 148 -
CMYK 0.84 0.68 0 0.42
HSL 228.48º 0.73% 0.34% -
HSV(B) 228.48º 0.84% 0.58% -
XYZ 6.72 4.35 28.5 -
YUV 51.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 23 47 148 0.84 0.68 0 0.42 228.48 0.73 0.34
Hex 17 2F 94 54 44 0 2A E4 49 22
Octal 27 57 224 124 104 0 52 344 111 42
Binary 10111 101111 10010100 1010100 1000100 0 101010 11100100 1001001 100010

Color Harmonies of #172F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F94

Black with #172F94

Text Example


Text Example

White with #172F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,148); }

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

background-color css

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

 a { background-color: rgb(23,47,148); }

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

border-color css

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

 span { border-color: rgb(23,47,148); }

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