#172B5A

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

Shades of Sapphire #172B5A

Tints of Sapphire #172B5A

Color information

#172B5A (or 0x172B5A) is unknown color: approx Sapphire. HEX triplet: 17, 2B and 5A. RGB value is (23,43,90). Sum of RGB (Red+Green+Blue) = 23+43+90=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #172B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B5A is #E8D4A5. Grayscale: #2A2A2A. Windows color (decimal): -15258790 or 5909271. OLE color: 5909271.

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

Color convert

RGB234390-
CMYK0.740.5200.65
HSL222.09º59.29%22.16%-
HSV(B)222.09º74.44%35.29%-
XYZ3.062.6510.02-
YUV42.38154.87114.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=14.74%
G=27.56%
B=57.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2343900.740.5200.65222.0959.2922.16
Hex172B5A4A34041de3b16
Octal27531321126401013367326
Binary1011110101110110101001010110100010000011101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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