Html Css Color HEX #173266 Sapphire

📋 copy color: '#173266'

red 23 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #173266

Tints of Sapphire #173266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.29%

R = 13.14%
G = 28.57%
B = 58.29%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#173266 (or 0x173266) is known color: Sapphire. HEX triplet: 17, 32 and 66. RGB value is (23,50,102). Sum of RGB (Red+Green+Blue) = 23+50+102=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #173266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173266 is #E8CD99. Grayscale: #2F2F2F. Windows color (decimal): -15256986 or 6697495. OLE color: 6697495.

HSL color Cylindrical-coordinate representation of color #173266: hue angle of 219.49º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173266 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 50 102 -
CMYK 0.77 0.51 0 0.6
HSL 219.49º 0.63% 0.25% -
HSV(B) 219.49º 0.77% 0.4% -
XYZ 3.89 3.42 13.03 -
YUV 47.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 23 50 102 0.77 0.51 0 0.6 219.49 0.63 0.25
Hex 17 32 66 4D 33 0 3C DB 3F 19
Octal 27 62 146 115 63 0 74 333 77 31
Binary 10111 110010 1100110 1001101 110011 0 111100 11011011 111111 11001

Color Harmonies of #173266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173266

Black with #173266

Text Example


Text Example

White with #173266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173266; }

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

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

background-color css

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

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

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

border-color css

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

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

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