Html Css Color HEX #173081 Sapphire

📋 copy color: '#173081'

red 23 ◦ green 48 ◦ blue 129

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

Shades of Sapphire #173081

Tints of Sapphire #173081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 64.5%

R = 11.5%
G = 24%
B = 64.5%

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

#173081 (or 0x173081) is known color: Sapphire. HEX triplet: 17, 30 and 81. RGB value is (23,48,129). Sum of RGB (Red+Green+Blue) = 23+48+129=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #173081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173081 is #E8CF7E. Grayscale: #313131. Windows color (decimal): -15257471 or 8466455. OLE color: 8466455.

HSL color Cylindrical-coordinate representation of color #173081: hue angle of 225.85º 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 #173081 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 48 129 -
CMYK 0.82 0.63 0 0.49
HSL 225.85º 0.7% 0.3% -
HSV(B) 225.85º 0.82% 0.51% -
XYZ 5.37 3.88 21.23 -
YUV 49.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 23 48 129 0.82 0.63 0 0.49 225.85 0.7 0.3
Hex 17 30 81 52 3F 0 31 E2 46 1E
Octal 27 60 201 122 77 0 61 342 106 36
Binary 10111 110000 10000001 1010010 111111 0 110001 11100010 1000110 11110

Color Harmonies of #173081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173081

Black with #173081

Text Example


Text Example

White with #173081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173081; }

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

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

background-color css

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

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

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

border-color css

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

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

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