Html Css Color HEX #172972 Sapphire

📋 copy color: '#172972'

red 23 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #172972

Tints of Sapphire #172972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.04%

R = 12.92%
G = 23.03%
B = 64.04%

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

#172972 (or 0x172972) is known color: Sapphire. HEX triplet: 17, 29 and 72. RGB value is (23,41,114). Sum of RGB (Red+Green+Blue) = 23+41+114=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #172972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172972 is #E8D68D. Grayscale: #2B2B2B. Windows color (decimal): -15259278 or 7481623. OLE color: 7481623.

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

Color convert

RGB 23 41 114 -
CMYK 0.80 0.64 0 0.55
HSL 228.13º 0.66% 0.27% -
HSV(B) 228.13º 0.8% 0.45% -
XYZ 4.18 2.98 16.27 -
YUV 43.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 23 41 114 0.80 0.64 0 0.55 228.13 0.66 0.27
Hex 17 29 72 50 40 0 37 E4 42 1B
Octal 27 51 162 120 100 0 67 344 102 33
Binary 10111 101001 1110010 1010000 1000000 0 110111 11100100 1000010 11011

Color Harmonies of #172972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172972

Black with #172972

Text Example


Text Example

White with #172972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172972; }

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

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

background-color css

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

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

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

border-color css

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

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

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