Html Css Color HEX #173277 Sapphire

📋 copy color: '#173277'

red 23 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #173277

Tints of Sapphire #173277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.98%

R = 11.98%
G = 26.04%
B = 61.98%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173277 (or 0x173277) is known color: Sapphire. HEX triplet: 17, 32 and 77. RGB value is (23,50,119). Sum of RGB (Red+Green+Blue) = 23+50+119=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #173277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173277 is #E8CD88. Grayscale: #313131. Windows color (decimal): -15256969 or 7811607. OLE color: 7811607.

HSL color Cylindrical-coordinate representation of color #173277: hue angle of 223.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173277 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 50 119 -
CMYK 0.81 0.58 0 0.53
HSL 223.13º 0.68% 0.28% -
HSV(B) 223.13º 0.81% 0.47% -
XYZ 4.82 3.8 17.93 -
YUV 49.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 23 50 119 0.81 0.58 0 0.53 223.13 0.68 0.28
Hex 17 32 77 51 3A 0 35 DF 44 1C
Octal 27 62 167 121 72 0 65 337 104 34
Binary 10111 110010 1110111 1010001 111010 0 110101 11011111 1000100 11100

Color Harmonies of #173277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173277

Black with #173277

Text Example


Text Example

White with #173277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173277; }

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

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

background-color css

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

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

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

border-color css

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

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

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