Html Css Color HEX #173365 Sapphire

📋 copy color: '#173365'

red 23 ◦ green 51 ◦ blue 101

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

Shades of Sapphire #173365

Tints of Sapphire #173365

RGB

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

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

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

R = 13.14%
G = 29.14%
B = 57.71%

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

#173365 (or 0x173365) is known color: Sapphire. HEX triplet: 17, 33 and 65. RGB value is (23,51,101). Sum of RGB (Red+Green+Blue) = 23+51+101=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #173365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173365 is #E8CC9A. Grayscale: #303030. Windows color (decimal): -15256731 or 6632215. OLE color: 6632215.

HSL color Cylindrical-coordinate representation of color #173365: hue angle of 218.46º 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 #173365 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 51 101 -
CMYK 0.77 0.50 0 0.60
HSL 218.46º 0.63% 0.24% -
HSV(B) 218.46º 0.77% 0.4% -
XYZ 3.89 3.49 12.78 -
YUV 48.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 23 51 101 0.77 0.50 0 0.60 218.46 0.63 0.24
Hex 17 33 65 4D 32 0 3C DA 3F 18
Octal 27 63 145 115 62 0 74 332 77 30
Binary 10111 110011 1100101 1001101 110010 0 111100 11011010 111111 11000

Color Harmonies of #173365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173365

Black with #173365

Text Example


Text Example

White with #173365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173365; }

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

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

background-color css

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

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

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

border-color css

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

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

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