Html Css Color HEX #17317C Sapphire

📋 copy color: '#17317C'

red 23 ◦ green 49 ◦ blue 124

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

Shades of Sapphire #17317C

Tints of Sapphire #17317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 11.73%
G = 25%
B = 63.27%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17317C (or 0x17317C) is known color: Sapphire. HEX triplet: 17, 31 and 7C. RGB value is (23,49,124). Sum of RGB (Red+Green+Blue) = 23+49+124=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #17317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17317C is #E8CE83. Grayscale: #313131. Windows color (decimal): -15257220 or 8139031. OLE color: 8139031.

HSL color Cylindrical-coordinate representation of color #17317C: hue angle of 224.55º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17317C is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 49 124 -
CMYK 0.81 0.60 0 0.51
HSL 224.55º 0.69% 0.29% -
HSV(B) 224.55º 0.81% 0.49% -
XYZ 5.09 3.83 19.54 -
YUV 49.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 23 49 124 0.81 0.60 0 0.51 224.55 0.69 0.29
Hex 17 31 7C 51 3C 0 33 E1 45 1D
Octal 27 61 174 121 74 0 63 341 105 35
Binary 10111 110001 1111100 1010001 111100 0 110011 11100001 1000101 11101

Color Harmonies of #17317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17317C

Black with #17317C

Text Example


Text Example

White with #17317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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