Html Css Color HEX #172D60 Sapphire

📋 copy color: '#172D60'

red 23 ◦ green 45 ◦ blue 96

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

Shades of Sapphire #172D60

Tints of Sapphire #172D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 14.02%
G = 27.44%
B = 58.54%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172D60 (or 0x172D60) is known color: Sapphire. HEX triplet: 17, 2D and 60. RGB value is (23,45,96). Sum of RGB (Red+Green+Blue) = 23+45+96=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #172D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D60 is #E8D29F. Grayscale: #2C2C2C. Windows color (decimal): -15258272 or 6302999. OLE color: 6302999.

HSL color Cylindrical-coordinate representation of color #172D60: hue angle of 221.92º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172D60 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 45 96 -
CMYK 0.76 0.53 0 0.62
HSL 221.92º 0.61% 0.23% -
HSV(B) 221.92º 0.76% 0.38% -
XYZ 3.4 2.9 11.45 -
YUV 44.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 23 45 96 0.76 0.53 0 0.62 221.92 0.61 0.23
Hex 17 2D 60 4C 35 0 3E DE 3D 17
Octal 27 55 140 114 65 0 76 336 75 27
Binary 10111 101101 1100000 1001100 110101 0 111110 11011110 111101 10111

Color Harmonies of #172D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D60

Black with #172D60

Text Example


Text Example

White with #172D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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