Html Css Color HEX #172863 Sapphire

📋 copy color: '#172863'

red 23 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #172863

Tints of Sapphire #172863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 61.11%

R = 14.2%
G = 24.69%
B = 61.11%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#172863 (or 0x172863) is known color: Sapphire. HEX triplet: 17, 28 and 63. RGB value is (23,40,99). Sum of RGB (Red+Green+Blue) = 23+40+99=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #172863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172863 is #E8D79C. Grayscale: #292929. Windows color (decimal): -15259549 or 6498327. OLE color: 6498327.

HSL color Cylindrical-coordinate representation of color #172863: hue angle of 226.58º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172863 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 40 99 -
CMYK 0.77 0.60 0 0.61
HSL 226.58º 0.62% 0.24% -
HSV(B) 226.58º 0.77% 0.39% -
XYZ 3.36 2.6 12.13 -
YUV 41.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 23 40 99 0.77 0.60 0 0.61 226.58 0.62 0.24
Hex 17 28 63 4D 3C 0 3D E3 3E 18
Octal 27 50 143 115 74 0 75 343 76 30
Binary 10111 101000 1100011 1001101 111100 0 111101 11100011 111110 11000

Color Harmonies of #172863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172863

Black with #172863

Text Example


Text Example

White with #172863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172863; }

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

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

background-color css

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

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

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

border-color css

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

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

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