#17327B

Color #17327B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #17327B

Tints of Sapphire #17327B

Color information

#17327B (or 0x17327B) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 7B. RGB value is (23,50,123). Sum of RGB (Red+Green+Blue) = 23+50+123=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #17327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17327B is #E8CD84. Grayscale: #313131. Windows color (decimal): -15256965 or 8073751. OLE color: 8073751.

HSL color Cylindrical-coordinate representation of color #17327B: hue angle of 223.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17327B is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2350123-
CMYK0.810.5900.52
HSL223.8º68.49%28.63%-
HSV(B)223.8º81.3%48.24%-
XYZ5.073.8919.22-
YUV50.25169.05108.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=11.73%
G=25.51%
B=62.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23501230.810.5900.52223.868.4928.63
Hex17327B513B034e0441d
Octal27621731217306434010435
Binary1011111001011110111010001111011011010011100000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17327B; }

 p { color: rgb(23,50,123); }

 H1.HeaderClassName
 {
   color: #17327B;
 }
 .AnyTagClassName
 {
   color: #17327B;
 }
</style>
background-color css

<style>
 a { background-color: #17327B; }

 a { background-color: rgb(23,50,123); }

 div.DivClassName
 {
   background-color: #17327B;
 }
 .BgClassName
 {
   background-color: #17327B;
 }
</style>
border-color css

<style>
 span { border-color: #17327B; }

 span { border-color: rgb(23,50,123); }

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