Html Css Color HEX #172E62 Sapphire

📋 copy color: '#172E62'

red 23 ◦ green 46 ◦ blue 98

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

Shades of Sapphire #172E62

Tints of Sapphire #172E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.54%

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

R = 13.77%
G = 27.54%
B = 58.68%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172E62 (or 0x172E62) is known color: Sapphire. HEX triplet: 17, 2E and 62. RGB value is (23,46,98). Sum of RGB (Red+Green+Blue) = 23+46+98=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #172E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E62 is #E8D19D. Grayscale: #2C2C2C. Windows color (decimal): -15258014 or 6434327. OLE color: 6434327.

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

Color convert

RGB 23 46 98 -
CMYK 0.77 0.53 0 0.62
HSL 221.6º 0.62% 0.24% -
HSV(B) 221.6º 0.77% 0.38% -
XYZ 3.53 3.02 11.95 -
YUV 45.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 23 46 98 0.77 0.53 0 0.62 221.6 0.62 0.24
Hex 17 2E 62 4D 35 0 3E DE 3E 18
Octal 27 56 142 115 65 0 76 336 76 30
Binary 10111 101110 1100010 1001101 110101 0 111110 11011110 111110 11000

Color Harmonies of #172E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E62

Black with #172E62

Text Example


Text Example

White with #172E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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