#172E5A

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

Shades of Sapphire #172E5A

Tints of Sapphire #172E5A

Color information

#172E5A (or 0x172E5A) is unknown color: approx Sapphire. HEX triplet: 17, 2E and 5A. RGB value is (23,46,90). Sum of RGB (Red+Green+Blue) = 23+46+90=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #172E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E5A is #E8D1A5. Grayscale: #2B2B2B. Windows color (decimal): -15258022 or 5910039. OLE color: 5910039.

HSL color Cylindrical-coordinate representation of color #172E5A: hue angle of 219.4º 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 #172E5A is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234690-
CMYK0.740.4900.65
HSL219.4º59.29%22.16%-
HSV(B)219.4º74.44%35.29%-
XYZ3.182.8710.06-
YUV44.14153.88112.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=14.47%
G=28.93%
B=56.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2346900.740.4900.65219.459.2922.16
Hex172E5A4A31041db3b16
Octal27561321126101013337326
Binary1011110111010110101001010110001010000011101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172E5A; }

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

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

<style>
 a { background-color: #172E5A; }

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

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

<style>
 span { border-color: #172E5A; }

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

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