#17245A

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

Shades of Sapphire #17245A

Tints of Sapphire #17245A

Color information

#17245A (or 0x17245A) is unknown color: approx Sapphire. HEX triplet: 17, 24 and 5A. RGB value is (23,36,90). Sum of RGB (Red+Green+Blue) = 23+36+90=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #17245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245A is #E8DBA5. Grayscale: #262626. Windows color (decimal): -15260582 or 5907479. OLE color: 5907479.

HSL color Cylindrical-coordinate representation of color #17245A: hue angle of 228.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17245A is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB233690-
CMYK0.740.6000.65
HSL228.36º59.29%22.16%-
HSV(B)228.36º74.44%35.29%-
XYZ2.832.189.94-
YUV38.27157.19117.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=15.44%
G=24.16%
B=60.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2336900.740.6000.65228.3659.2922.16
Hex17245A4A3C041e43b16
Octal27441321127401013447326
Binary1011110010010110101001010111100010000011110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17245A; }

 p { color: rgb(23,36,90); }

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

<style>
 a { background-color: #17245A; }

 a { background-color: rgb(23,36,90); }

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

<style>
 span { border-color: #17245A; }

 span { border-color: rgb(23,36,90); }

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