Html Css Color HEX #172B59 Sapphire

📋 copy color: '#172B59'

red 23 ◦ green 43 ◦ blue 89

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

Shades of Sapphire #172B59

Tints of Sapphire #172B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 14.84%
G = 27.74%
B = 57.42%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#172B59 (or 0x172B59) is known color: Sapphire. HEX triplet: 17, 2B and 59. RGB value is (23,43,89). Sum of RGB (Red+Green+Blue) = 23+43+89=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #172B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B59 is #E8D4A6. Grayscale: #2A2A2A. Windows color (decimal): -15258791 or 5843735. OLE color: 5843735.

HSL color Cylindrical-coordinate representation of color #172B59: hue angle of 221.82º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172B59 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 43 89 -
CMYK 0.74 0.52 0 0.65
HSL 221.82º 0.59% 0.22% -
HSV(B) 221.82º 0.74% 0.35% -
XYZ 3.02 2.63 9.8 -
YUV 42.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 23 43 89 0.74 0.52 0 0.65 221.82 0.59 0.22
Hex 17 2B 59 4A 34 0 41 DE 3B 16
Octal 27 53 131 112 64 0 101 336 73 26
Binary 10111 101011 1011001 1001010 110100 0 1000001 11011110 111011 10110

Color Harmonies of #172B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B59

Black with #172B59

Text Example


Text Example

White with #172B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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