Html Css Color HEX #17317A Sapphire

📋 copy color: '#17317A'

red 23 ◦ green 49 ◦ blue 122

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

Shades of Sapphire #17317A

Tints of Sapphire #17317A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

 BLUE value IS 122 (48.05% from 255) = 62.89%

R = 11.86%
G = 25.26%
B = 62.89%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#17317A (or 0x17317A) is known color: Sapphire. HEX triplet: 17, 31 and 7A. RGB value is (23,49,122). Sum of RGB (Red+Green+Blue) = 23+49+122=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #17317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17317A is #E8CE85. Grayscale: #313131. Windows color (decimal): -15257222 or 8007959. OLE color: 8007959.

HSL color Cylindrical-coordinate representation of color #17317A: hue angle of 224.24º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17317A is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 23 49 122 -
CMYK 0.81 0.60 0 0.52
HSL 224.24º 0.68% 0.28% -
HSV(B) 224.24º 0.81% 0.48% -
XYZ 4.96 3.78 18.88 -
YUV 49.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 23 49 122 0.81 0.60 0 0.52 224.24 0.68 0.28
Hex 17 31 7A 51 3C 0 34 E0 44 1C
Octal 27 61 172 121 74 0 64 340 104 34
Binary 10111 110001 1111010 1010001 111100 0 110100 11100000 1000100 11100

Color Harmonies of #17317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17317A

Black with #17317A

Text Example


Text Example

White with #17317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17317A; }

 p { color: rgb(23,49,122); }

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

background-color css

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

 a { background-color: rgb(23,49,122); }

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

border-color css

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

 span { border-color: rgb(23,49,122); }

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