Html Css Color HEX #172F5D Sapphire

📋 copy color: '#172F5D'

red 23 ◦ green 47 ◦ blue 93

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

Shades of Sapphire #172F5D

Tints of Sapphire #172F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.83%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 14.11%
G = 28.83%
B = 57.06%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#172F5D (or 0x172F5D) is known color: Sapphire. HEX triplet: 17, 2F and 5D. RGB value is (23,47,93). Sum of RGB (Red+Green+Blue) = 23+47+93=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #172F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5D is #E8D0A2. Grayscale: #2C2C2C. Windows color (decimal): -15257763 or 6106903. OLE color: 6106903.

HSL color Cylindrical-coordinate representation of color #172F5D: hue angle of 219.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172F5D is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 47 93 -
CMYK 0.75 0.49 0 0.64
HSL 219.43º 0.6% 0.23% -
HSV(B) 219.43º 0.75% 0.36% -
XYZ 3.35 3.01 10.76 -
YUV 45.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 23 47 93 0.75 0.49 0 0.64 219.43 0.6 0.23
Hex 17 2F 5D 4B 31 0 40 DB 3C 17
Octal 27 57 135 113 61 0 100 333 74 27
Binary 10111 101111 1011101 1001011 110001 0 1000000 11011011 111100 10111

Color Harmonies of #172F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F5D

Black with #172F5D

Text Example


Text Example

White with #172F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,93); }

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

background-color css

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

 a { background-color: rgb(23,47,93); }

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

border-color css

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

 span { border-color: rgb(23,47,93); }

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