Html Css Color HEX #172973 Sapphire

📋 copy color: '#172973'

red 23 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #172973

Tints of Sapphire #172973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

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

R = 12.85%
G = 22.91%
B = 64.25%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#172973 (or 0x172973) is known color: Sapphire. HEX triplet: 17, 29 and 73. RGB value is (23,41,115). Sum of RGB (Red+Green+Blue) = 23+41+115=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #172973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172973 is #E8D68C. Grayscale: #2B2B2B. Windows color (decimal): -15259277 or 7547159. OLE color: 7547159.

HSL color Cylindrical-coordinate representation of color #172973: hue angle of 228.26º 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 #172973 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 41 115 -
CMYK 0.80 0.64 0 0.55
HSL 228.26º 0.67% 0.27% -
HSV(B) 228.26º 0.8% 0.45% -
XYZ 4.24 3.01 16.58 -
YUV 44.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 23 41 115 0.80 0.64 0 0.55 228.26 0.67 0.27
Hex 17 29 73 50 40 0 37 E4 43 1B
Octal 27 51 163 120 100 0 67 344 103 33
Binary 10111 101001 1110011 1010000 1000000 0 110111 11100100 1000011 11011

Color Harmonies of #172973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172973

Black with #172973

Text Example


Text Example

White with #172973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172973; }

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

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

background-color css

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

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

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

border-color css

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

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

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