Html Css Color HEX #172364 Sapphire

📋 copy color: '#172364'

red 23 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #172364

Tints of Sapphire #172364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 14.56%
G = 22.15%
B = 63.29%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#172364 (or 0x172364) is known color: Sapphire. HEX triplet: 17, 23 and 64. RGB value is (23,35,100). Sum of RGB (Red+Green+Blue) = 23+35+100=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #172364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172364 is #E8DC9B. Grayscale: #262626. Windows color (decimal): -15260828 or 6562583. OLE color: 6562583.

HSL color Cylindrical-coordinate representation of color #172364: hue angle of 230.65º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172364 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 35 100 -
CMYK 0.77 0.65 0 0.61
HSL 230.65º 0.63% 0.24% -
HSV(B) 230.65º 0.77% 0.39% -
XYZ 3.25 2.3 12.33 -
YUV 38.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 23 35 100 0.77 0.65 0 0.61 230.65 0.63 0.24
Hex 17 23 64 4D 41 0 3D E7 3F 18
Octal 27 43 144 115 101 0 75 347 77 30
Binary 10111 100011 1100100 1001101 1000001 0 111101 11100111 111111 11000

Color Harmonies of #172364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172364

Black with #172364

Text Example


Text Example

White with #172364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172364; }

 p { color: rgb(23,35,100); }

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

background-color css

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

 a { background-color: rgb(23,35,100); }

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

border-color css

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

 span { border-color: rgb(23,35,100); }

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