Html Css Color HEX #173479 Sapphire

📋 copy color: '#173479'

red 23 ◦ green 52 ◦ blue 121

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

Shades of Sapphire #173479

Tints of Sapphire #173479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 11.73%
G = 26.53%
B = 61.73%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173479 (or 0x173479) is known color: Sapphire. HEX triplet: 17, 34 and 79. RGB value is (23,52,121). Sum of RGB (Red+Green+Blue) = 23+52+121=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #173479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173479 is #E8CB86. Grayscale: #323232. Windows color (decimal): -15256455 or 7943191. OLE color: 7943191.

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

Color convert

RGB 23 52 121 -
CMYK 0.81 0.57 0 0.53
HSL 222.24º 0.68% 0.28% -
HSV(B) 222.24º 0.81% 0.47% -
XYZ 5.03 4.02 18.6 -
YUV 51.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 23 52 121 0.81 0.57 0 0.53 222.24 0.68 0.28
Hex 17 34 79 51 39 0 35 DE 44 1C
Octal 27 64 171 121 71 0 65 336 104 34
Binary 10111 110100 1111001 1010001 111001 0 110101 11011110 1000100 11100

Color Harmonies of #173479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173479

Black with #173479

Text Example


Text Example

White with #173479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173479; }

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

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

background-color css

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

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

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

border-color css

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

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

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