Html Css Color HEX #17296D Sapphire

📋 copy color: '#17296D'

red 23 ◦ green 41 ◦ blue 109

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

Shades of Sapphire #17296D

Tints of Sapphire #17296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 13.29%
G = 23.7%
B = 63.01%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#17296D (or 0x17296D) is known color: Sapphire. HEX triplet: 17, 29 and 6D. RGB value is (23,41,109). Sum of RGB (Red+Green+Blue) = 23+41+109=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #17296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17296D is #E8D692. Grayscale: #2B2B2B. Windows color (decimal): -15259283 or 7153943. OLE color: 7153943.

HSL color Cylindrical-coordinate representation of color #17296D: hue angle of 227.44º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17296D is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 41 109 -
CMYK 0.79 0.62 0 0.57
HSL 227.44º 0.65% 0.26% -
HSV(B) 227.44º 0.79% 0.43% -
XYZ 3.91 2.87 14.82 -
YUV 43.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 23 41 109 0.79 0.62 0 0.57 227.44 0.65 0.26
Hex 17 29 6D 4F 3E 0 39 E3 41 1A
Octal 27 51 155 117 76 0 71 343 101 32
Binary 10111 101001 1101101 1001111 111110 0 111001 11100011 1000001 11010

Color Harmonies of #17296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17296D

Black with #17296D

Text Example


Text Example

White with #17296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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