Html Css Color HEX #172762 Sapphire

📋 copy color: '#172762'

red 23 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #172762

Tints of Sapphire #172762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 14.38%
G = 24.38%
B = 61.25%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172762 (or 0x172762) is known color: Sapphire. HEX triplet: 17, 27 and 62. RGB value is (23,39,98). Sum of RGB (Red+Green+Blue) = 23+39+98=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #172762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172762 is #E8D89D. Grayscale: #282828. Windows color (decimal): -15259806 or 6432535. OLE color: 6432535.

HSL color Cylindrical-coordinate representation of color #172762: hue angle of 227.2º 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 #172762 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 39 98 -
CMYK 0.77 0.60 0 0.62
HSL 227.2º 0.62% 0.24% -
HSV(B) 227.2º 0.77% 0.38% -
XYZ 3.28 2.52 11.87 -
YUV 40.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 23 39 98 0.77 0.60 0 0.62 227.2 0.62 0.24
Hex 17 27 62 4D 3C 0 3E E3 3E 18
Octal 27 47 142 115 74 0 76 343 76 30
Binary 10111 100111 1100010 1001101 111100 0 111110 11100011 111110 11000

Color Harmonies of #172762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172762

Black with #172762

Text Example


Text Example

White with #172762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172762; }

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

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

background-color css

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

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

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

border-color css

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

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

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