Html Css Color HEX #172B60 Sapphire

📋 copy color: '#172B60'

red 23 ◦ green 43 ◦ blue 96

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

Shades of Sapphire #172B60

Tints of Sapphire #172B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

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

R = 14.2%
G = 26.54%
B = 59.26%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172B60 (or 0x172B60) is known color: Sapphire. HEX triplet: 17, 2B and 60. RGB value is (23,43,96). Sum of RGB (Red+Green+Blue) = 23+43+96=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #172B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B60 is #E8D49F. Grayscale: #2A2A2A. Windows color (decimal): -15258784 or 6302487. OLE color: 6302487.

HSL color Cylindrical-coordinate representation of color #172B60: hue angle of 223.56º 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 #172B60 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 43 96 -
CMYK 0.76 0.55 0 0.62
HSL 223.56º 0.61% 0.23% -
HSV(B) 223.56º 0.76% 0.38% -
XYZ 3.33 2.75 11.42 -
YUV 43.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 23 43 96 0.76 0.55 0 0.62 223.56 0.61 0.23
Hex 17 2B 60 4C 37 0 3E E0 3D 17
Octal 27 53 140 114 67 0 76 340 75 27
Binary 10111 101011 1100000 1001100 110111 0 111110 11100000 111101 10111

Color Harmonies of #172B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B60

Black with #172B60

Text Example


Text Example

White with #172B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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