Html Css Color HEX #172665 Sapphire

📋 copy color: '#172665'

red 23 ◦ green 38 ◦ blue 101

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

Shades of Sapphire #172665

Tints of Sapphire #172665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 14.2%
G = 23.46%
B = 62.35%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172665 (or 0x172665) is known color: Sapphire. HEX triplet: 17, 26 and 65. RGB value is (23,38,101). Sum of RGB (Red+Green+Blue) = 23+38+101=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #172665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172665 is #E8D99A. Grayscale: #282828. Windows color (decimal): -15260059 or 6628887. OLE color: 6628887.

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

Color convert

RGB 23 38 101 -
CMYK 0.77 0.62 0 0.60
HSL 228.46º 0.63% 0.24% -
HSV(B) 228.46º 0.77% 0.4% -
XYZ 3.4 2.51 12.62 -
YUV 40.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 23 38 101 0.77 0.62 0 0.60 228.46 0.63 0.24
Hex 17 26 65 4D 3E 0 3C E4 3F 18
Octal 27 46 145 115 76 0 74 344 77 30
Binary 10111 100110 1100101 1001101 111110 0 111100 11100100 111111 11000

Color Harmonies of #172665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172665

Black with #172665

Text Example


Text Example

White with #172665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172665; }

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

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

background-color css

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

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

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

border-color css

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

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

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