Html Css Color HEX #172F71 Sapphire

📋 copy color: '#172F71'

red 23 ◦ green 47 ◦ blue 113

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

Shades of Sapphire #172F71

Tints of Sapphire #172F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 12.57%
G = 25.68%
B = 61.75%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172F71 (or 0x172F71) is known color: Sapphire. HEX triplet: 17, 2F and 71. RGB value is (23,47,113). Sum of RGB (Red+Green+Blue) = 23+47+113=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #172F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F71 is #E8D08E. Grayscale: #2F2F2F. Windows color (decimal): -15257743 or 7417623. OLE color: 7417623.

HSL color Cylindrical-coordinate representation of color #172F71: hue angle of 224º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172F71 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 47 113 -
CMYK 0.80 0.58 0 0.56
HSL 224º 0.66% 0.27% -
HSV(B) 224º 0.8% 0.44% -
XYZ 4.35 3.41 16.05 -
YUV 47.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 23 47 113 0.80 0.58 0 0.56 224 0.66 0.27
Hex 17 2F 71 50 3A 0 38 E0 42 1B
Octal 27 57 161 120 72 0 70 340 102 33
Binary 10111 101111 1110001 1010000 111010 0 111000 11100000 1000010 11011

Color Harmonies of #172F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F71

Black with #172F71

Text Example


Text Example

White with #172F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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