Html Css Color HEX #172563 Sapphire

📋 copy color: '#172563'

red 23 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #172563

Tints of Sapphire #172563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 14.47%
G = 23.27%
B = 62.26%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#172563 (or 0x172563) is known color: Sapphire. HEX triplet: 17, 25 and 63. RGB value is (23,37,99). Sum of RGB (Red+Green+Blue) = 23+37+99=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #172563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172563 is #E8DA9C. Grayscale: #272727. Windows color (decimal): -15260317 or 6497559. OLE color: 6497559.

HSL color Cylindrical-coordinate representation of color #172563: hue angle of 228.95º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172563 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 37 99 -
CMYK 0.77 0.63 0 0.61
HSL 228.95º 0.62% 0.24% -
HSV(B) 228.95º 0.77% 0.39% -
XYZ 3.27 2.41 12.1 -
YUV 39.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 23 37 99 0.77 0.63 0 0.61 228.95 0.62 0.24
Hex 17 25 63 4D 3F 0 3D E5 3E 18
Octal 27 45 143 115 77 0 75 345 76 30
Binary 10111 100101 1100011 1001101 111111 0 111101 11100101 111110 11000

Color Harmonies of #172563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172563

Black with #172563

Text Example


Text Example

White with #172563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172563; }

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

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

background-color css

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

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

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

border-color css

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

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

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