Html Css Color HEX #172B5E Sapphire

📋 copy color: '#172B5E'

red 23 ◦ green 43 ◦ blue 94

#172B5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #172B5E

Tints of Sapphire #172B5E

RGB

 RED value IS 23 (9.38% from 255) = 14.38%

 GREEN value IS 43 (17.19% from 255) = 26.88%

 BLUE value IS 94 (37.11% from 255) = 58.75%

R = 14.38%
G = 26.88%
B = 58.75%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#172B5E (or 0x172B5E) is known color: Sapphire. HEX triplet: 17, 2B and 5E. RGB value is (23,43,94). Sum of RGB (Red+Green+Blue) = 23+43+94=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #172B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B5E is #E8D4A1. Grayscale: #2A2A2A. Windows color (decimal): -15258786 or 6171415. OLE color: 6171415.

HSL color Cylindrical-coordinate representation of color #172B5E: hue angle of 223.1º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172B5E is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 43 94 -
CMYK 0.76 0.54 0 0.63
HSL 223.1º 0.61% 0.23% -
HSV(B) 223.1º 0.76% 0.37% -
XYZ 3.24 2.72 10.94 -
YUV 42.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 23 43 94 0.76 0.54 0 0.63 223.1 0.61 0.23
Hex 17 2B 5E 4C 36 0 3F DF 3D 17
Octal 27 53 136 114 66 0 77 337 75 27
Binary 10111 101011 1011110 1001100 110110 0 111111 11011111 111101 10111

Color Harmonies of #172B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B5E

Black with #172B5E

Text Example


Text Example

White with #172B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #172B5E;
 }
 .AnyTagClassName
 {
   color: #172B5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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