Html Css Color HEX #172561 Sapphire

📋 copy color: '#172561'

red 23 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #172561

Tints of Sapphire #172561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 14.65%
G = 23.57%
B = 61.78%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172561 (or 0x172561) is known color: Sapphire. HEX triplet: 17, 25 and 61. RGB value is (23,37,97). Sum of RGB (Red+Green+Blue) = 23+37+97=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #172561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172561 is #E8DA9E. Grayscale: #272727. Windows color (decimal): -15260319 or 6366487. OLE color: 6366487.

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

Color convert

RGB 23 37 97 -
CMYK 0.76 0.62 0 0.62
HSL 228.65º 0.62% 0.24% -
HSV(B) 228.65º 0.76% 0.38% -
XYZ 3.17 2.37 11.6 -
YUV 39.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 23 37 97 0.76 0.62 0 0.62 228.65 0.62 0.24
Hex 17 25 61 4C 3E 0 3E E5 3E 18
Octal 27 45 141 114 76 0 76 345 76 30
Binary 10111 100101 1100001 1001100 111110 0 111110 11100101 111110 11000

Color Harmonies of #172561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172561

Black with #172561

Text Example


Text Example

White with #172561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172561; }

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

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

background-color css

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

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

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

border-color css

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

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

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