Html Css Color HEX #172865 Sapphire

📋 copy color: '#172865'

red 23 ◦ green 40 ◦ blue 101

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

Shades of Sapphire #172865

Tints of Sapphire #172865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 14.02%
G = 24.39%
B = 61.59%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172865 (or 0x172865) is known color: Sapphire. HEX triplet: 17, 28 and 65. RGB value is (23,40,101). Sum of RGB (Red+Green+Blue) = 23+40+101=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #172865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172865 is #E8D79A. Grayscale: #292929. Windows color (decimal): -15259547 or 6629399. OLE color: 6629399.

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

Color convert

RGB 23 40 101 -
CMYK 0.77 0.60 0 0.60
HSL 226.92º 0.63% 0.24% -
HSV(B) 226.92º 0.77% 0.4% -
XYZ 3.46 2.64 12.64 -
YUV 41.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 23 40 101 0.77 0.60 0 0.60 226.92 0.63 0.24
Hex 17 28 65 4D 3C 0 3C E3 3F 18
Octal 27 50 145 115 74 0 74 343 77 30
Binary 10111 101000 1100101 1001101 111100 0 111100 11100011 111111 11000

Color Harmonies of #172865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172865

Black with #172865

Text Example


Text Example

White with #172865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172865; }

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

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

background-color css

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

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

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

border-color css

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

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

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