Html Css Color HEX #172761 Sapphire

📋 copy color: '#172761'

red 23 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #172761

Tints of Sapphire #172761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 14.47%
G = 24.53%
B = 61.01%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172761 (or 0x172761) is known color: Sapphire. HEX triplet: 17, 27 and 61. RGB value is (23,39,97). Sum of RGB (Red+Green+Blue) = 23+39+97=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #172761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172761 is #E8D89E. Grayscale: #282828. Windows color (decimal): -15259807 or 6366999. OLE color: 6366999.

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

Color convert

RGB 23 39 97 -
CMYK 0.76 0.60 0 0.62
HSL 227.03º 0.62% 0.24% -
HSV(B) 227.03º 0.76% 0.38% -
XYZ 3.24 2.5 11.62 -
YUV 40.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 23 39 97 0.76 0.60 0 0.62 227.03 0.62 0.24
Hex 17 27 61 4C 3C 0 3E E3 3E 18
Octal 27 47 141 114 74 0 76 343 76 30
Binary 10111 100111 1100001 1001100 111100 0 111110 11100011 111110 11000

Color Harmonies of #172761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172761

Black with #172761

Text Example


Text Example

White with #172761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172761; }

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

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

background-color css

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

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

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

border-color css

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

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

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