Html Css Color HEX #171F9F Egyptian Blue

📋 copy color: '#171F9F'

red 23 ◦ green 31 ◦ blue 159

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

Shades of Egyptian Blue #171F9F

Tints of Egyptian Blue #171F9F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 10.8%
G = 14.55%
B = 74.65%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#171F9F (or 0x171F9F) is known color: Egyptian Blue. HEX triplet: 17, 1F and 9F. RGB value is (23,31,159). Sum of RGB (Red+Green+Blue) = 23+31+159=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #171F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F9F is #E8E060. Grayscale: #2A2A2A. Windows color (decimal): -15261793 or 10428183. OLE color: 10428183.

HSL color Cylindrical-coordinate representation of color #171F9F: hue angle of 236.47º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171F9F is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 31 159 -
CMYK 0.86 0.81 0 0.38
HSL 236.47º 0.75% 0.36% -
HSV(B) 236.47º 0.86% 0.62% -
XYZ 7.1 3.67 33.13 -
YUV 43.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 23 31 159 0.86 0.81 0 0.38 236.47 0.75 0.36
Hex 17 1F 9F 56 51 0 26 EC 4B 24
Octal 27 37 237 126 121 0 46 354 113 44
Binary 10111 11111 10011111 1010110 1010001 0 100110 11101100 1001011 100100

Color Harmonies of #171F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171F9F

Black with #171F9F

Text Example


Text Example

White with #171F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171F9F; }

 p { color: rgb(23,31,159); }

 H1.HeaderClassName
 {
   color: #171F9F;
 }
 .AnyTagClassName
 {
   color: #171F9F;
 }
</style>

background-color css

<style>
 a { background-color: #171F9F; }

 a { background-color: rgb(23,31,159); }

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

border-color css

<style>
 span { border-color: #171F9F; }

 span { border-color: rgb(23,31,159); }

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