Html Css Color HEX #173062 Sapphire

📋 copy color: '#173062'

red 23 ◦ green 48 ◦ blue 98

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

Shades of Sapphire #173062

Tints of Sapphire #173062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 57.99%

R = 13.61%
G = 28.4%
B = 57.99%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173062 (or 0x173062) is known color: Sapphire. HEX triplet: 17, 30 and 62. RGB value is (23,48,98). Sum of RGB (Red+Green+Blue) = 23+48+98=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #173062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173062 is #E8CF9D. Grayscale: #2E2E2E. Windows color (decimal): -15257502 or 6434839. OLE color: 6434839.

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

Color convert

RGB 23 48 98 -
CMYK 0.77 0.51 0 0.62
HSL 220º 0.62% 0.24% -
HSV(B) 220º 0.77% 0.38% -
XYZ 3.61 3.18 11.98 -
YUV 46.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 23 48 98 0.77 0.51 0 0.62 220 0.62 0.24
Hex 17 30 62 4D 33 0 3E DC 3E 18
Octal 27 60 142 115 63 0 76 334 76 30
Binary 10111 110000 1100010 1001101 110011 0 111110 11011100 111110 11000

Color Harmonies of #173062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173062

Black with #173062

Text Example


Text Example

White with #173062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173062; }

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

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

background-color css

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

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

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

border-color css

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

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

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