Html Css Color HEX #173269 Sapphire

📋 copy color: '#173269'

red 23 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #173269

Tints of Sapphire #173269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 12.92%
G = 28.09%
B = 58.99%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#173269 (or 0x173269) is known color: Sapphire. HEX triplet: 17, 32 and 69. RGB value is (23,50,105). Sum of RGB (Red+Green+Blue) = 23+50+105=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #173269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173269 is #E8CD96. Grayscale: #2F2F2F. Windows color (decimal): -15256983 or 6894103. OLE color: 6894103.

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

Color convert

RGB 23 50 105 -
CMYK 0.78 0.52 0 0.59
HSL 220.24º 0.64% 0.25% -
HSV(B) 220.24º 0.78% 0.41% -
XYZ 4.04 3.48 13.82 -
YUV 48.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 23 50 105 0.78 0.52 0 0.59 220.24 0.64 0.25
Hex 17 32 69 4E 34 0 3B DC 40 19
Octal 27 62 151 116 64 0 73 334 100 31
Binary 10111 110010 1101001 1001110 110100 0 111011 11011100 1000000 11001

Color Harmonies of #173269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173269

Black with #173269

Text Example


Text Example

White with #173269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173269; }

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

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

background-color css

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

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

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

border-color css

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

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

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