Html Css Color HEX #172C71 Sapphire

📋 copy color: '#172C71'

red 23 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #172C71

Tints of Sapphire #172C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

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

R = 12.78%
G = 24.44%
B = 62.78%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172C71 (or 0x172C71) is known color: Sapphire. HEX triplet: 17, 2C and 71. RGB value is (23,44,113). Sum of RGB (Red+Green+Blue) = 23+44+113=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #172C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C71 is #E8D38E. Grayscale: #2D2D2D. Windows color (decimal): -15258511 or 7416855. OLE color: 7416855.

HSL color Cylindrical-coordinate representation of color #172C71: hue angle of 226º 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 #172C71 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 44 113 -
CMYK 0.80 0.61 0 0.56
HSL 226º 0.66% 0.27% -
HSV(B) 226º 0.8% 0.44% -
XYZ 4.23 3.18 16.01 -
YUV 45.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 23 44 113 0.80 0.61 0 0.56 226 0.66 0.27
Hex 17 2C 71 50 3D 0 38 E2 42 1B
Octal 27 54 161 120 75 0 70 342 102 33
Binary 10111 101100 1110001 1010000 111101 0 111000 11100010 1000010 11011

Color Harmonies of #172C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C71

Black with #172C71

Text Example


Text Example

White with #172C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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