Html Css Color HEX #17295D Sapphire

📋 copy color: '#17295D'

red 23 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #17295D

Tints of Sapphire #17295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 14.65%
G = 26.11%
B = 59.24%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17295D (or 0x17295D) is known color: Sapphire. HEX triplet: 17, 29 and 5D. RGB value is (23,41,93). Sum of RGB (Red+Green+Blue) = 23+41+93=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #17295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17295D is #E8D6A2. Grayscale: #292929. Windows color (decimal): -15259299 or 6105367. OLE color: 6105367.

HSL color Cylindrical-coordinate representation of color #17295D: hue angle of 224.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17295D is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 41 93 -
CMYK 0.75 0.56 0 0.64
HSL 224.57º 0.6% 0.23% -
HSV(B) 224.57º 0.75% 0.36% -
XYZ 3.12 2.56 10.69 -
YUV 41.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 23 41 93 0.75 0.56 0 0.64 224.57 0.6 0.23
Hex 17 29 5D 4B 38 0 40 E1 3C 17
Octal 27 51 135 113 70 0 100 341 74 27
Binary 10111 101001 1011101 1001011 111000 0 1000000 11100001 111100 10111

Color Harmonies of #17295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17295D

Black with #17295D

Text Example


Text Example

White with #17295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17295D; }

 p { color: rgb(23,41,93); }

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

background-color css

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

 a { background-color: rgb(23,41,93); }

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

border-color css

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

 span { border-color: rgb(23,41,93); }

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