Html Css Color HEX #172D65 Sapphire

📋 copy color: '#172D65'

red 23 ◦ green 45 ◦ blue 101

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

Shades of Sapphire #172D65

Tints of Sapphire #172D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.63%

 BLUE value IS 101 (39.84% from 255) = 59.76%

R = 13.61%
G = 26.63%
B = 59.76%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172D65 (or 0x172D65) is known color: Sapphire. HEX triplet: 17, 2D and 65. RGB value is (23,45,101). Sum of RGB (Red+Green+Blue) = 23+45+101=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #172D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D65 is #E8D29A. Grayscale: #2C2C2C. Windows color (decimal): -15258267 or 6630679. OLE color: 6630679.

HSL color Cylindrical-coordinate representation of color #172D65: hue angle of 223.08º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172D65 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 45 101 -
CMYK 0.77 0.55 0 0.60
HSL 223.08º 0.63% 0.24% -
HSV(B) 223.08º 0.77% 0.4% -
XYZ 3.64 3 12.7 -
YUV 44.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 23 45 101 0.77 0.55 0 0.60 223.08 0.63 0.24
Hex 17 2D 65 4D 37 0 3C DF 3F 18
Octal 27 55 145 115 67 0 74 337 77 30
Binary 10111 101101 1100101 1001101 110111 0 111100 11011111 111111 11000

Color Harmonies of #172D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D65

Black with #172D65

Text Example


Text Example

White with #172D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,45,101); }

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

background-color css

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

 a { background-color: rgb(23,45,101); }

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

border-color css

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

 span { border-color: rgb(23,45,101); }

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