Html Css Color HEX #173079 Sapphire

📋 copy color: '#173079'

red 23 ◦ green 48 ◦ blue 121

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

Shades of Sapphire #173079

Tints of Sapphire #173079

RGB

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

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

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

R = 11.98%
G = 25%
B = 63.02%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173079 (or 0x173079) is known color: Sapphire. HEX triplet: 17, 30 and 79. RGB value is (23,48,121). Sum of RGB (Red+Green+Blue) = 23+48+121=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #173079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173079 is #E8CF86. Grayscale: #303030. Windows color (decimal): -15257479 or 7942167. OLE color: 7942167.

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

Color convert

RGB 23 48 121 -
CMYK 0.81 0.60 0 0.53
HSL 224.69º 0.68% 0.28% -
HSV(B) 224.69º 0.81% 0.47% -
XYZ 4.86 3.68 18.54 -
YUV 48.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 23 48 121 0.81 0.60 0 0.53 224.69 0.68 0.28
Hex 17 30 79 51 3C 0 35 E1 44 1C
Octal 27 60 171 121 74 0 65 341 104 34
Binary 10111 110000 1111001 1010001 111100 0 110101 11100001 1000100 11100

Color Harmonies of #173079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173079

Black with #173079

Text Example


Text Example

White with #173079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173079; }

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

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

background-color css

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

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

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

border-color css

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

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

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