Html Css Color HEX #173064 Sapphire

📋 copy color: '#173064'

red 23 ◦ green 48 ◦ blue 100

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

Shades of Sapphire #173064

Tints of Sapphire #173064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 100 (39.45% from 255) = 58.48%

R = 13.45%
G = 28.07%
B = 58.48%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#173064 (or 0x173064) is known color: Sapphire. HEX triplet: 17, 30 and 64. RGB value is (23,48,100). Sum of RGB (Red+Green+Blue) = 23+48+100=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #173064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173064 is #E8CF9B. Grayscale: #2E2E2E. Windows color (decimal): -15257500 or 6565911. OLE color: 6565911.

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

Color convert

RGB 23 48 100 -
CMYK 0.77 0.52 0 0.61
HSL 220.52º 0.63% 0.24% -
HSV(B) 220.52º 0.77% 0.39% -
XYZ 3.71 3.22 12.48 -
YUV 46.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 23 48 100 0.77 0.52 0 0.61 220.52 0.63 0.24
Hex 17 30 64 4D 34 0 3D DD 3F 18
Octal 27 60 144 115 64 0 75 335 77 30
Binary 10111 110000 1100100 1001101 110100 0 111101 11011101 111111 11000

Color Harmonies of #173064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173064

Black with #173064

Text Example


Text Example

White with #173064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173064; }

 p { color: rgb(23,48,100); }

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

background-color css

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

 a { background-color: rgb(23,48,100); }

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

border-color css

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

 span { border-color: rgb(23,48,100); }

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