Html Css Color HEX #172873 Sapphire

📋 copy color: '#172873'

red 23 ◦ green 40 ◦ blue 115

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

Shades of Sapphire #172873

Tints of Sapphire #172873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

 BLUE value IS 115 (45.31% from 255) = 64.61%

R = 12.92%
G = 22.47%
B = 64.61%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#172873 (or 0x172873) is known color: Sapphire. HEX triplet: 17, 28 and 73. RGB value is (23,40,115). Sum of RGB (Red+Green+Blue) = 23+40+115=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #172873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172873 is #E8D78C. Grayscale: #2B2B2B. Windows color (decimal): -15259533 or 7546903. OLE color: 7546903.

HSL color Cylindrical-coordinate representation of color #172873: hue angle of 228.91º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172873 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 40 115 -
CMYK 0.80 0.65 0 0.55
HSL 228.91º 0.67% 0.27% -
HSV(B) 228.91º 0.8% 0.45% -
XYZ 4.21 2.94 16.56 -
YUV 43.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 23 40 115 0.80 0.65 0 0.55 228.91 0.67 0.27
Hex 17 28 73 50 41 0 37 E5 43 1B
Octal 27 50 163 120 101 0 67 345 103 33
Binary 10111 101000 1110011 1010000 1000001 0 110111 11100101 1000011 11011

Color Harmonies of #172873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172873

Black with #172873

Text Example


Text Example

White with #172873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172873; }

 p { color: rgb(23,40,115); }

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

background-color css

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

 a { background-color: rgb(23,40,115); }

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

border-color css

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

 span { border-color: rgb(23,40,115); }

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