Html Css Color HEX #172861 Sapphire

📋 copy color: '#172861'

red 23 ◦ green 40 ◦ blue 97

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

Shades of Sapphire #172861

Tints of Sapphire #172861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 14.38%
G = 25%
B = 60.63%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172861 (or 0x172861) is known color: Sapphire. HEX triplet: 17, 28 and 61. RGB value is (23,40,97). Sum of RGB (Red+Green+Blue) = 23+40+97=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #172861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172861 is #E8D79E. Grayscale: #292929. Windows color (decimal): -15259551 or 6367255. OLE color: 6367255.

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

Color convert

RGB 23 40 97 -
CMYK 0.76 0.59 0 0.62
HSL 226.22º 0.62% 0.24% -
HSV(B) 226.22º 0.76% 0.38% -
XYZ 3.27 2.56 11.63 -
YUV 41.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 23 40 97 0.76 0.59 0 0.62 226.22 0.62 0.24
Hex 17 28 61 4C 3B 0 3E E2 3E 18
Octal 27 50 141 114 73 0 76 342 76 30
Binary 10111 101000 1100001 1001100 111011 0 111110 11100010 111110 11000

Color Harmonies of #172861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172861

Black with #172861

Text Example


Text Example

White with #172861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172861; }

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

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

background-color css

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

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

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

border-color css

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

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

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