Html Css Color HEX #173082 Sapphire

📋 copy color: '#173082'

red 23 ◦ green 48 ◦ blue 130

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

Shades of Sapphire #173082

Tints of Sapphire #173082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.68%

R = 11.44%
G = 23.88%
B = 64.68%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#173082 (or 0x173082) is known color: Sapphire. HEX triplet: 17, 30 and 82. RGB value is (23,48,130). Sum of RGB (Red+Green+Blue) = 23+48+130=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #173082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173082 is #E8CF7D. Grayscale: #313131. Windows color (decimal): -15257470 or 8531991. OLE color: 8531991.

HSL color Cylindrical-coordinate representation of color #173082: hue angle of 225.98º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173082 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 48 130 -
CMYK 0.82 0.63 0 0.49
HSL 225.98º 0.7% 0.3% -
HSV(B) 225.98º 0.82% 0.51% -
XYZ 5.44 3.91 21.59 -
YUV 49.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 23 48 130 0.82 0.63 0 0.49 225.98 0.7 0.3
Hex 17 30 82 52 3F 0 31 E2 46 1E
Octal 27 60 202 122 77 0 61 342 106 36
Binary 10111 110000 10000010 1010010 111111 0 110001 11100010 1000110 11110

Color Harmonies of #173082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173082

Black with #173082

Text Example


Text Example

White with #173082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173082; }

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

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

background-color css

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

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

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

border-color css

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

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

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