Html Css Color HEX #173263 Sapphire

📋 copy color: '#173263'

red 23 ◦ green 50 ◦ blue 99

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

Shades of Sapphire #173263

Tints of Sapphire #173263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 13.37%
G = 29.07%
B = 57.56%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#173263 (or 0x173263) is known color: Sapphire. HEX triplet: 17, 32 and 63. RGB value is (23,50,99). Sum of RGB (Red+Green+Blue) = 23+50+99=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #173263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173263 is #E8CD9C. Grayscale: #2F2F2F. Windows color (decimal): -15256989 or 6500887. OLE color: 6500887.

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

Color convert

RGB 23 50 99 -
CMYK 0.77 0.49 0 0.61
HSL 218.68º 0.62% 0.24% -
HSV(B) 218.68º 0.77% 0.39% -
XYZ 3.75 3.36 12.26 -
YUV 47.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 23 50 99 0.77 0.49 0 0.61 218.68 0.62 0.24
Hex 17 32 63 4D 31 0 3D DB 3E 18
Octal 27 62 143 115 61 0 75 333 76 30
Binary 10111 110010 1100011 1001101 110001 0 111101 11011011 111110 11000

Color Harmonies of #173263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173263

Black with #173263

Text Example


Text Example

White with #173263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173263; }

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

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

background-color css

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

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

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

border-color css

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

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

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