Html Css Color HEX #172261 Sapphire

📋 copy color: '#172261'

red 23 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #172261

Tints of Sapphire #172261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 97 (38.28% from 255) = 62.99%

R = 14.94%
G = 22.08%
B = 62.99%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172261 (or 0x172261) is known color: Sapphire. HEX triplet: 17, 22 and 61. RGB value is (23,34,97). Sum of RGB (Red+Green+Blue) = 23+34+97=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #172261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172261 is #E8DD9E. Grayscale: #252525. Windows color (decimal): -15261087 or 6365719. OLE color: 6365719.

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

Color convert

RGB 23 34 97 -
CMYK 0.76 0.65 0 0.62
HSL 231.08º 0.62% 0.24% -
HSV(B) 231.08º 0.76% 0.38% -
XYZ 3.08 2.19 11.57 -
YUV 37.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 23 34 97 0.76 0.65 0 0.62 231.08 0.62 0.24
Hex 17 22 61 4C 41 0 3E E7 3E 18
Octal 27 42 141 114 101 0 76 347 76 30
Binary 10111 100010 1100001 1001100 1000001 0 111110 11100111 111110 11000

Color Harmonies of #172261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172261

Black with #172261

Text Example


Text Example

White with #172261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172261; }

 p { color: rgb(23,34,97); }

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

background-color css

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

 a { background-color: rgb(23,34,97); }

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

border-color css

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

 span { border-color: rgb(23,34,97); }

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