Html Css Color HEX #173268 Sapphire

📋 copy color: '#173268'

red 23 ◦ green 50 ◦ blue 104

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

Shades of Sapphire #173268

Tints of Sapphire #173268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 12.99%
G = 28.25%
B = 58.76%

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

#173268 (or 0x173268) is known color: Sapphire. HEX triplet: 17, 32 and 68. RGB value is (23,50,104). Sum of RGB (Red+Green+Blue) = 23+50+104=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #173268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173268 is #E8CD97. Grayscale: #2F2F2F. Windows color (decimal): -15256984 or 6828567. OLE color: 6828567.

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

Color convert

RGB 23 50 104 -
CMYK 0.78 0.52 0 0.59
HSL 220º 0.64% 0.25% -
HSV(B) 220º 0.78% 0.41% -
XYZ 3.99 3.46 13.55 -
YUV 48.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 23 50 104 0.78 0.52 0 0.59 220 0.64 0.25
Hex 17 32 68 4E 34 0 3B DC 40 19
Octal 27 62 150 116 64 0 73 334 100 31
Binary 10111 110010 1101000 1001110 110100 0 111011 11011100 1000000 11001

Color Harmonies of #173268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173268

Black with #173268

Text Example


Text Example

White with #173268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173268; }

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

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

background-color css

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

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

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

border-color css

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

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

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