Html Css Color HEX #172E61 Sapphire

📋 copy color: '#172E61'

red 23 ◦ green 46 ◦ blue 97

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

Shades of Sapphire #172E61

Tints of Sapphire #172E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 13.86%
G = 27.71%
B = 58.43%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172E61 (or 0x172E61) is known color: Sapphire. HEX triplet: 17, 2E and 61. RGB value is (23,46,97). Sum of RGB (Red+Green+Blue) = 23+46+97=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #172E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E61 is #E8D19E. Grayscale: #2C2C2C. Windows color (decimal): -15258015 or 6368791. OLE color: 6368791.

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

Color convert

RGB 23 46 97 -
CMYK 0.76 0.53 0 0.62
HSL 221.35º 0.62% 0.24% -
HSV(B) 221.35º 0.76% 0.38% -
XYZ 3.49 3 11.7 -
YUV 44.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 23 46 97 0.76 0.53 0 0.62 221.35 0.62 0.24
Hex 17 2E 61 4C 35 0 3E DD 3E 18
Octal 27 56 141 114 65 0 76 335 76 30
Binary 10111 101110 1100001 1001100 110101 0 111110 11011101 111110 11000

Color Harmonies of #172E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E61

Black with #172E61

Text Example


Text Example

White with #172E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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