Html Css Color HEX #172E79 Sapphire

📋 copy color: '#172E79'

red 23 ◦ green 46 ◦ blue 121

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

Shades of Sapphire #172E79

Tints of Sapphire #172E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.21%

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 12.11%
G = 24.21%
B = 63.68%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#172E79 (or 0x172E79) is known color: Sapphire. HEX triplet: 17, 2E and 79. RGB value is (23,46,121). Sum of RGB (Red+Green+Blue) = 23+46+121=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #172E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E79 is #E8D186. Grayscale: #2F2F2F. Windows color (decimal): -15257991 or 7941655. OLE color: 7941655.

HSL color Cylindrical-coordinate representation of color #172E79: hue angle of 225.92º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172E79 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 46 121 -
CMYK 0.81 0.62 0 0.53
HSL 225.92º 0.68% 0.28% -
HSV(B) 225.92º 0.81% 0.47% -
XYZ 4.78 3.52 18.52 -
YUV 47.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 23 46 121 0.81 0.62 0 0.53 225.92 0.68 0.28
Hex 17 2E 79 51 3E 0 35 E2 44 1C
Octal 27 56 171 121 76 0 65 342 104 34
Binary 10111 101110 1111001 1010001 111110 0 110101 11100010 1000100 11100

Color Harmonies of #172E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E79

Black with #172E79

Text Example


Text Example

White with #172E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,121); }

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

background-color css

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

 a { background-color: rgb(23,46,121); }

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

border-color css

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

 span { border-color: rgb(23,46,121); }

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