Html Css Color HEX #173265 Sapphire

📋 copy color: '#173265'

red 23 ◦ green 50 ◦ blue 101

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

Shades of Sapphire #173265

Tints of Sapphire #173265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.05%

R = 13.22%
G = 28.74%
B = 58.05%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#173265 (or 0x173265) is known color: Sapphire. HEX triplet: 17, 32 and 65. RGB value is (23,50,101). Sum of RGB (Red+Green+Blue) = 23+50+101=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #173265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173265 is #E8CD9A. Grayscale: #2F2F2F. Windows color (decimal): -15256987 or 6631959. OLE color: 6631959.

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

Color convert

RGB 23 50 101 -
CMYK 0.77 0.50 0 0.60
HSL 219.23º 0.63% 0.24% -
HSV(B) 219.23º 0.77% 0.4% -
XYZ 3.84 3.4 12.77 -
YUV 47.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 23 50 101 0.77 0.50 0 0.60 219.23 0.63 0.24
Hex 17 32 65 4D 32 0 3C DB 3F 18
Octal 27 62 145 115 62 0 74 333 77 30
Binary 10111 110010 1100101 1001101 110010 0 111100 11011011 111111 11000

Color Harmonies of #173265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173265

Black with #173265

Text Example


Text Example

White with #173265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173265; }

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

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

background-color css

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

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

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

border-color css

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

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

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