Html Css Color HEX #172D79 Sapphire

📋 copy color: '#172D79'

red 23 ◦ green 45 ◦ blue 121

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

Shades of Sapphire #172D79

Tints of Sapphire #172D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

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

R = 12.17%
G = 23.81%
B = 64.02%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#172D79 (or 0x172D79) is known color: Sapphire. HEX triplet: 17, 2D and 79. RGB value is (23,45,121). Sum of RGB (Red+Green+Blue) = 23+45+121=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #172D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D79 is #E8D286. Grayscale: #2E2E2E. Windows color (decimal): -15258247 or 7941399. OLE color: 7941399.

HSL color Cylindrical-coordinate representation of color #172D79: hue angle of 226.53º 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 #172D79 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 45 121 -
CMYK 0.81 0.63 0 0.53
HSL 226.53º 0.68% 0.28% -
HSV(B) 226.53º 0.81% 0.47% -
XYZ 4.74 3.44 18.5 -
YUV 47.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 23 45 121 0.81 0.63 0 0.53 226.53 0.68 0.28
Hex 17 2D 79 51 3F 0 35 E3 44 1C
Octal 27 55 171 121 77 0 65 343 104 34
Binary 10111 101101 1111001 1010001 111111 0 110101 11100011 1000100 11100

Color Harmonies of #172D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D79

Black with #172D79

Text Example


Text Example

White with #172D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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