Html Css Color HEX #173469 Sapphire

📋 copy color: '#173469'

red 23 ◦ green 52 ◦ blue 105

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

Shades of Sapphire #173469

Tints of Sapphire #173469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.33%

R = 12.78%
G = 28.89%
B = 58.33%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#173469 (or 0x173469) is known color: Sapphire. HEX triplet: 17, 34 and 69. RGB value is (23,52,105). Sum of RGB (Red+Green+Blue) = 23+52+105=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #173469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173469 is #E8CB96. Grayscale: #313131. Windows color (decimal): -15256471 or 6894615. OLE color: 6894615.

HSL color Cylindrical-coordinate representation of color #173469: hue angle of 218.78º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173469 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 52 105 -
CMYK 0.78 0.50 0 0.59
HSL 218.78º 0.64% 0.25% -
HSV(B) 218.78º 0.78% 0.41% -
XYZ 4.13 3.66 13.85 -
YUV 49.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 23 52 105 0.78 0.50 0 0.59 218.78 0.64 0.25
Hex 17 34 69 4E 32 0 3B DB 40 19
Octal 27 64 151 116 62 0 73 333 100 31
Binary 10111 110100 1101001 1001110 110010 0 111011 11011011 1000000 11001

Color Harmonies of #173469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173469

Black with #173469

Text Example


Text Example

White with #173469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173469; }

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

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

background-color css

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

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

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

border-color css

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

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

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