Html Css Color HEX #173369 Sapphire

📋 copy color: '#173369'

red 23 ◦ green 51 ◦ blue 105

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

Shades of Sapphire #173369

Tints of Sapphire #173369

RGB

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

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

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

R = 12.85%
G = 28.49%
B = 58.66%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#173369 (or 0x173369) is known color: Sapphire. HEX triplet: 17, 33 and 69. RGB value is (23,51,105). Sum of RGB (Red+Green+Blue) = 23+51+105=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #173369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173369 is #E8CC96. Grayscale: #303030. Windows color (decimal): -15256727 or 6894359. OLE color: 6894359.

HSL color Cylindrical-coordinate representation of color #173369: hue angle of 219.51º 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 #173369 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 51 105 -
CMYK 0.78 0.51 0 0.59
HSL 219.51º 0.64% 0.25% -
HSV(B) 219.51º 0.78% 0.41% -
XYZ 4.09 3.57 13.84 -
YUV 48.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 23 51 105 0.78 0.51 0 0.59 219.51 0.64 0.25
Hex 17 33 69 4E 33 0 3B DC 40 19
Octal 27 63 151 116 63 0 73 334 100 31
Binary 10111 110011 1101001 1001110 110011 0 111011 11011100 1000000 11001

Color Harmonies of #173369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173369

Black with #173369

Text Example


Text Example

White with #173369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173369; }

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

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

background-color css

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

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

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

border-color css

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

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

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