Html Css Color HEX #173063 Sapphire

📋 copy color: '#173063'

red 23 ◦ green 48 ◦ blue 99

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

Shades of Sapphire #173063

Tints of Sapphire #173063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 13.53%
G = 28.24%
B = 58.24%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#173063 (or 0x173063) is known color: Sapphire. HEX triplet: 17, 30 and 63. RGB value is (23,48,99). Sum of RGB (Red+Green+Blue) = 23+48+99=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #173063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173063 is #E8CF9C. Grayscale: #2E2E2E. Windows color (decimal): -15257501 or 6500375. OLE color: 6500375.

HSL color Cylindrical-coordinate representation of color #173063: hue angle of 220.26º 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 #173063 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 48 99 -
CMYK 0.77 0.52 0 0.61
HSL 220.26º 0.62% 0.24% -
HSV(B) 220.26º 0.77% 0.39% -
XYZ 3.66 3.2 12.23 -
YUV 46.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 23 48 99 0.77 0.52 0 0.61 220.26 0.62 0.24
Hex 17 30 63 4D 34 0 3D DC 3E 18
Octal 27 60 143 115 64 0 75 334 76 30
Binary 10111 110000 1100011 1001101 110100 0 111101 11011100 111110 11000

Color Harmonies of #173063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173063

Black with #173063

Text Example


Text Example

White with #173063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173063; }

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

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

background-color css

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

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

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

border-color css

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

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

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