Html Css Color HEX #172C57 Sapphire

📋 copy color: '#172C57'

red 23 ◦ green 44 ◦ blue 87

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

Shades of Sapphire #172C57

Tints of Sapphire #172C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.49%

R = 14.94%
G = 28.57%
B = 56.49%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#172C57 (or 0x172C57) is known color: Sapphire. HEX triplet: 17, 2C and 57. RGB value is (23,44,87). Sum of RGB (Red+Green+Blue) = 23+44+87=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #172C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C57 is #E8D3A8. Grayscale: #2A2A2A. Windows color (decimal): -15258537 or 5712919. OLE color: 5712919.

HSL color Cylindrical-coordinate representation of color #172C57: hue angle of 220.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172C57 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 44 87 -
CMYK 0.74 0.49 0 0.66
HSL 220.31º 0.58% 0.22% -
HSV(B) 220.31º 0.74% 0.34% -
XYZ 2.97 2.67 9.38 -
YUV 42.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 23 44 87 0.74 0.49 0 0.66 220.31 0.58 0.22
Hex 17 2C 57 4A 31 0 42 DC 3A 16
Octal 27 54 127 112 61 0 102 334 72 26
Binary 10111 101100 1010111 1001010 110001 0 1000010 11011100 111010 10110

Color Harmonies of #172C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C57

Black with #172C57

Text Example


Text Example

White with #172C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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