Html Css Color HEX #172765 Sapphire

📋 copy color: '#172765'

red 23 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #172765

Tints of Sapphire #172765

RGB

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

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

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

R = 14.11%
G = 23.93%
B = 61.96%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172765 (or 0x172765) is known color: Sapphire. HEX triplet: 17, 27 and 65. RGB value is (23,39,101). Sum of RGB (Red+Green+Blue) = 23+39+101=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #172765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172765 is #E8D89A. Grayscale: #292929. Windows color (decimal): -15259803 or 6629143. OLE color: 6629143.

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

Color convert

RGB 23 39 101 -
CMYK 0.77 0.61 0 0.60
HSL 227.69º 0.63% 0.24% -
HSV(B) 227.69º 0.77% 0.4% -
XYZ 3.43 2.57 12.63 -
YUV 41.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 23 39 101 0.77 0.61 0 0.60 227.69 0.63 0.24
Hex 17 27 65 4D 3D 0 3C E4 3F 18
Octal 27 47 145 115 75 0 74 344 77 30
Binary 10111 100111 1100101 1001101 111101 0 111100 11100100 111111 11000

Color Harmonies of #172765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172765

Black with #172765

Text Example


Text Example

White with #172765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172765; }

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

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

background-color css

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

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

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

border-color css

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

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

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