Html Css Color HEX #172862 Sapphire

📋 copy color: '#172862'

red 23 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #172862

Tints of Sapphire #172862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 60.87%

R = 14.29%
G = 24.84%
B = 60.87%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172862 (or 0x172862) is known color: Sapphire. HEX triplet: 17, 28 and 62. RGB value is (23,40,98). Sum of RGB (Red+Green+Blue) = 23+40+98=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #172862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172862 is #E8D79D. Grayscale: #292929. Windows color (decimal): -15259550 or 6432791. OLE color: 6432791.

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

Color convert

RGB 23 40 98 -
CMYK 0.77 0.59 0 0.62
HSL 226.4º 0.62% 0.24% -
HSV(B) 226.4º 0.77% 0.38% -
XYZ 3.32 2.58 11.88 -
YUV 41.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 23 40 98 0.77 0.59 0 0.62 226.4 0.62 0.24
Hex 17 28 62 4D 3B 0 3E E2 3E 18
Octal 27 50 142 115 73 0 76 342 76 30
Binary 10111 101000 1100010 1001101 111011 0 111110 11100010 111110 11000

Color Harmonies of #172862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172862

Black with #172862

Text Example


Text Example

White with #172862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172862; }

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

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

background-color css

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

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

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

border-color css

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

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

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