Html Css Color HEX #172872 Sapphire

📋 copy color: '#172872'

red 23 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #172872

Tints of Sapphire #172872

RGB

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

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

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

R = 12.99%
G = 22.6%
B = 64.41%

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

#172872 (or 0x172872) is known color: Sapphire. HEX triplet: 17, 28 and 72. RGB value is (23,40,114). Sum of RGB (Red+Green+Blue) = 23+40+114=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #172872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172872 is #E8D78D. Grayscale: #2B2B2B. Windows color (decimal): -15259534 or 7481367. OLE color: 7481367.

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

Color convert

RGB 23 40 114 -
CMYK 0.80 0.65 0 0.55
HSL 228.79º 0.66% 0.27% -
HSV(B) 228.79º 0.8% 0.45% -
XYZ 4.15 2.91 16.26 -
YUV 43.35 167.87 113.48 -
System Red Green Blue C M Y K H S L
Decimal 23 40 114 0.80 0.65 0 0.55 228.79 0.66 0.27
Hex 17 28 72 50 41 0 37 E5 42 1B
Octal 27 50 162 120 101 0 67 345 102 33
Binary 10111 101000 1110010 1010000 1000001 0 110111 11100101 1000010 11011

Color Harmonies of #172872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172872

Black with #172872

Text Example


Text Example

White with #172872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172872; }

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

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

background-color css

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

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

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

border-color css

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

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

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