#17337B

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

Shades of Sapphire #17337B

Tints of Sapphire #17337B

Color information

#17337B (or 0x17337B) is unknown color: approx Sapphire. HEX triplet: 17, 33 and 7B. RGB value is (23,51,123). Sum of RGB (Red+Green+Blue) = 23+51+123=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #17337B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17337B is #E8CC84. Grayscale: #323232. Windows color (decimal): -15256709 or 8074007. OLE color: 8074007.

HSL color Cylindrical-coordinate representation of color #17337B: hue angle of 223.2º 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 #17337B is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2351123-
CMYK0.810.5900.52
HSL223.2º68.49%28.63%-
HSV(B)223.2º81.3%48.24%-
XYZ5.113.9819.24-
YUV50.84168.72108.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.68%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=11.68%
G=25.89%
B=62.44%

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
Decimal23511230.810.5900.52223.268.4928.63
Hex17337B513B034df441d
Octal27631731217306433710435
Binary1011111001111110111010001111011011010011011111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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