Html Css Color HEX #173061 Sapphire

📋 copy color: '#173061'

red 23 ◦ green 48 ◦ blue 97

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

Shades of Sapphire #173061

Tints of Sapphire #173061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 13.69%
G = 28.57%
B = 57.74%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173061 (or 0x173061) is known color: Sapphire. HEX triplet: 17, 30 and 61. RGB value is (23,48,97). Sum of RGB (Red+Green+Blue) = 23+48+97=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #173061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173061 is #E8CF9E. Grayscale: #2D2D2D. Windows color (decimal): -15257503 or 6369303. OLE color: 6369303.

HSL color Cylindrical-coordinate representation of color #173061: hue angle of 219.73º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173061 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 48 97 -
CMYK 0.76 0.51 0 0.62
HSL 219.73º 0.62% 0.24% -
HSV(B) 219.73º 0.76% 0.38% -
XYZ 3.57 3.16 11.73 -
YUV 46.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 23 48 97 0.76 0.51 0 0.62 219.73 0.62 0.24
Hex 17 30 61 4C 33 0 3E DC 3E 18
Octal 27 60 141 114 63 0 76 334 76 30
Binary 10111 110000 1100001 1001100 110011 0 111110 11011100 111110 11000

Color Harmonies of #173061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173061

Black with #173061

Text Example


Text Example

White with #173061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173061; }

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

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

background-color css

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

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

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

border-color css

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

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

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