Html Css Color HEX #173379 Sapphire

📋 copy color: '#173379'

red 23 ◦ green 51 ◦ blue 121

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

Shades of Sapphire #173379

Tints of Sapphire #173379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 11.79%
G = 26.15%
B = 62.05%

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

#173379 (or 0x173379) is known color: Sapphire. HEX triplet: 17, 33 and 79. RGB value is (23,51,121). Sum of RGB (Red+Green+Blue) = 23+51+121=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #173379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173379 is #E8CC86. Grayscale: #323232. Windows color (decimal): -15256711 or 7942935. OLE color: 7942935.

HSL color Cylindrical-coordinate representation of color #173379: hue angle of 222.86º 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 #173379 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 51 121 -
CMYK 0.81 0.58 0 0.53
HSL 222.86º 0.68% 0.28% -
HSV(B) 222.86º 0.81% 0.47% -
XYZ 4.99 3.93 18.58 -
YUV 50.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 23 51 121 0.81 0.58 0 0.53 222.86 0.68 0.28
Hex 17 33 79 51 3A 0 35 DF 44 1C
Octal 27 63 171 121 72 0 65 337 104 34
Binary 10111 110011 1111001 1010001 111010 0 110101 11011111 1000100 11100

Color Harmonies of #173379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173379

Black with #173379

Text Example


Text Example

White with #173379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173379; }

 p { color: rgb(23,51,121); }

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

background-color css

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

 a { background-color: rgb(23,51,121); }

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

border-color css

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

 span { border-color: rgb(23,51,121); }

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