Html Css Color HEX #17376C Sapphire

📋 copy color: '#17376C'

red 23 ◦ green 55 ◦ blue 108

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

Shades of Sapphire #17376C

Tints of Sapphire #17376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 12.37%
G = 29.57%
B = 58.06%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17376C (or 0x17376C) is known color: Sapphire. HEX triplet: 17, 37 and 6C. RGB value is (23,55,108). Sum of RGB (Red+Green+Blue) = 23+55+108=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #17376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17376C is #E8C893. Grayscale: #333333. Windows color (decimal): -15255700 or 7091991. OLE color: 7091991.

HSL color Cylindrical-coordinate representation of color #17376C: hue angle of 217.41º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17376C is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 55 108 -
CMYK 0.79 0.49 0 0.58
HSL 217.41º 0.65% 0.26% -
HSV(B) 217.41º 0.79% 0.42% -
XYZ 4.43 4 14.73 -
YUV 51.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 23 55 108 0.79 0.49 0 0.58 217.41 0.65 0.26
Hex 17 37 6C 4F 31 0 3A D9 41 1A
Octal 27 67 154 117 61 0 72 331 101 32
Binary 10111 110111 1101100 1001111 110001 0 111010 11011001 1000001 11010

Color Harmonies of #17376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17376C

Black with #17376C

Text Example


Text Example

White with #17376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,55,108); }

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

background-color css

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

 a { background-color: rgb(23,55,108); }

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

border-color css

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

 span { border-color: rgb(23,55,108); }

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