Html Css Color HEX #17316F Sapphire

📋 copy color: '#17316F'

red 23 ◦ green 49 ◦ blue 111

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

Shades of Sapphire #17316F

Tints of Sapphire #17316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 12.57%
G = 26.78%
B = 60.66%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#17316F (or 0x17316F) is known color: Sapphire. HEX triplet: 17, 31 and 6F. RGB value is (23,49,111). Sum of RGB (Red+Green+Blue) = 23+49+111=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #17316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17316F is #E8CE90. Grayscale: #303030. Windows color (decimal): -15257233 or 7287063. OLE color: 7287063.

HSL color Cylindrical-coordinate representation of color #17316F: hue angle of 222.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17316F is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 49 111 -
CMYK 0.79 0.56 0 0.56
HSL 222.27º 0.66% 0.26% -
HSV(B) 222.27º 0.79% 0.44% -
XYZ 4.32 3.53 15.49 -
YUV 48.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 23 49 111 0.79 0.56 0 0.56 222.27 0.66 0.26
Hex 17 31 6F 4F 38 0 38 DE 42 1A
Octal 27 61 157 117 70 0 70 336 102 32
Binary 10111 110001 1101111 1001111 111000 0 111000 11011110 1000010 11010

Color Harmonies of #17316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17316F

Black with #17316F

Text Example


Text Example

White with #17316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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